From: smoketst@hp46t243.cup.hp.com Date: Wed, 16 Aug 2006 23:10:52 +0000 (-0700) Subject: [perl #40161] ccversion fix for hpux X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d06ab008fe9b3c9a953ae275e453bfcbbf50c1a9;p=p5sagit%2Fp5-mst-13.2.git [perl #40161] ccversion fix for hpux From: smoketst@hp46t243.cup.hp.com (via RT) Message-ID: p4raw-id: //depot/perl@28751 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index f769e51..be1a51e 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -157,7 +157,7 @@ case `$cc -v 2>&1`"" in done [ -z "$cc_found" ] && cc_found=`which cc` what $cc_found >&4 - ccversion=`what $cc_found | awk '/Compiler/{print $2}/Itanium/{print $6,$7}'` + ccversion=`what $cc_found | awk '/Compiler/{print $2}/Itanium/{print $6,$7}/for Integrity/{print $7}'` case "$ccflags" in "-Ae "*) ;; *) ccflags="-Ae $cc_cppflags"