This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a1bd7a
)
HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Tue, 29 Jun 2004 10:57:46 +0000
(10:57 +0000)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Tue, 29 Jun 2004 10:57:46 +0000
(10:57 +0000)
11.00 and on are ANSI by default for /opt/ansic/bin
Error was introduced by #22975 in re-enabling 10.01
p4raw-id: //depot/perl@23007
hints/hpux.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/hpux.sh
b/hints/hpux.sh
index
335b3dd
..
8fe7092
100644
(file)
--- a/
hints/hpux.sh
+++ b/
hints/hpux.sh
@@
-142,7
+142,7
@@
case `$cc -v 2>&1`"" in
*) ccflags="-Ae $cc_cppflags"
# +vnocompatwarnings not known in 10.10 and older
if [ $xxOsRev -ge 1020 ]; then
- ccflags="$cc
_cpp
flags -Wl,+vnocompatwarnings"
+ ccflags="$ccflags -Wl,+vnocompatwarnings"
fi
;;
esac