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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
[perl5.git]
/
hints
/
hpux.sh
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