diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-11 21:13:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-11 21:13:41 +0000 |
commit | 3d0b4b5f4bc6afb56c39b656c31299f86ac985fd (patch) | |
tree | 515fe21eb5dee02ee667d12480bb67ccf572a2b8 /hints | |
parent | 15b99d39e9ccb421b0e7c01639f4bddb62f79f92 (diff) | |
download | perl-3d0b4b5f4bc6afb56c39b656c31299f86ac985fd.tar.gz |
undo #5064 for now; there seems to be no good selection
of flags to add the new option.
p4raw-id: //depot/cfgperl@5069
Diffstat (limited to 'hints')
-rw-r--r-- | hints/hpux.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index ed1393d3c9..048a416c5a 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -217,7 +217,6 @@ else NOTE: You are using HP cc(1) but GNU ar(1). This might lead into trouble later on, I'm switching to HP ar to play safe. - END ar=/usr/bin/ar fi @@ -227,13 +226,6 @@ fi EOSH -case "`getconf KERNEL_BITS 2>/dev/null`" in -*64*) ldflags="$ldflags +vnocompatwarnings" - lddlflags="$lddlflags +vnocompatwarnings" - ;; -esac - - # Date: Fri, 6 Sep 96 23:15:31 CDT # From: "Daniel S. Lewart" <d-lewart@uiuc.edu> # I looked through the gcc.info and found this: |