diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-04-06 14:44:29 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-04-06 14:44:29 +0000 |
commit | 61e439284aa29a738760ac931108bca0443afe32 (patch) | |
tree | 6efbccd2cca52cf11f7d339af594900e7dab3479 /hints | |
parent | 1bd7a09e628835341eb814f616cbb46bc4552a0a (diff) | |
download | perl-61e439284aa29a738760ac931108bca0443afe32.tar.gz |
Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
p4raw-id: //depot/perl@22666
Diffstat (limited to 'hints')
-rw-r--r-- | hints/hpux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index f45cf68c56..bf74f8696f 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -134,7 +134,7 @@ case `$cc -v 2>&1`"" in esac ;; *) ccisgcc='' - ccversion=`which cc | xargs what | awk '/Compiler/{print $2}'` + ccversion=`which cc | xargs what | awk '/Compiler/{print $2}/Itanium/{print $6,$7}'` case "$ccflags" in "-Ae "*) ;; *) ccflags="-Ae $cc_cppflags -Wl,+vnocompatwarnings" ;; |