diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-01-25 14:38:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-01-25 14:38:59 +0000 |
commit | c71a9ceea43cad3099704164332acd80c7e8b51f (patch) | |
tree | 981e362721d6636322a6b670e2bb74310607cc13 /Configure | |
parent | cbc136411c12f6ec4b242bce922c7013acd6aa1d (diff) | |
download | perl-c71a9ceea43cad3099704164332acd80c7e8b51f.tar.gz |
UNICOS/mk patches. Removing the _CRAYMPP test may be
rash but it's the best move I can think of right now.
Removing the _CRAYMPP test fixes a legion of pack/unpack
failures (hint: shortsize=4,intsize=8,longsize=8).
One subtest, t/lib/io_sock.t #14, is still failing.
p4raw-id: //depot/cfgperl@4888
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Jan 24 08:41:05 EET 2000 [metaconfig 3.0 PL70] +# Generated on Tue Jan 25 16:35:03 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -2196,6 +2196,7 @@ EOM $test -f /dnix && osname=dnix $test -f /lynx.os && osname=lynxos $test -f /unicos && osname=unicos && osvers=`$uname -r` + $test -f /unicosmk && osname=unicosmk && osvers=`$uname -r` $test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r` $test -f /bin/mips && /bin/mips && osname=mips $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \ |