From: H.Merijn Brand Date: Tue, 6 Apr 2004 14:44:29 +0000 (+0000) Subject: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=61e439284aa29a738760ac931108bca0443afe32;p=p5sagit%2Fp5-mst-13.2.git Test drives are fun. Implement ccversion for Itanium HP-UX 11.23 p4raw-id: //depot/perl@22666 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index f45cf68..bf74f86 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" ;;