From: H.Merijn Brand Date: Tue, 29 Jun 2004 10:57:46 +0000 (+0000) Subject: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=17ad866aff02c2981c62916ae8d9737d2b10d9fd;p=p5sagit%2Fp5-mst-13.2.git HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI 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 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index 335b3dd..8fe7092 100644 --- 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_cppflags -Wl,+vnocompatwarnings" + ccflags="$ccflags -Wl,+vnocompatwarnings" fi ;; esac