X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/0a1bd7acb04f7cfb7bc0973e9fa8f84b971137e7..17ad866aff02c2981c62916ae8d9737d2b10d9fd:/hints/hpux.sh 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