diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 16:51:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 16:51:33 +0000 |
commit | c6861c9d8d9c7eeff1350aacd53b1033219f39ed (patch) | |
tree | 8be5fbdb32e932999141cabd4ab56ae41d12468f /Configure | |
parent | 0d926123d00ab9847c978997a9a5f7c0f5a94a25 (diff) | |
download | perl-c6861c9d8d9c7eeff1350aacd53b1033219f39ed.tar.gz |
HP-UX gcc fix; detypo in use64bits.
p4raw-id: //depot/cfgperl@5356
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Feb 29 17:34:18 EET 2000 [metaconfig 3.0 PL70] +# Generated on Tue Feb 29 18:49:00 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -4557,7 +4557,7 @@ case "$use64bitall" in . ./use64bitall.cbu fi case "$longsize" in - 4) ccase "$archname64" in + 4) case "$archname64" in ''|64int) archname64=64all ;; esac ;; @@ -6189,6 +6189,7 @@ EOM beos) dflt='-nostart' ;; hpux) case "$gccversion" in '') dflt='-b +vnocompatwarnings' ;; + *) dflt='none' ;; esac ;; linux|irix*) dflt='-shared' ;; |