diff options
author | smoketst@hp46t243.cup.hp.com <smoketst@hp46t243.cup.hp.com> | 2006-08-16 16:10:52 -0700 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-08-23 16:08:17 +0000 |
commit | d06ab008fe9b3c9a953ae275e453bfcbbf50c1a9 (patch) | |
tree | 398364773d1610643604a34a1438a9c00581b63b /hints | |
parent | 4922ac1965f48a60b4e1d5d7776c4097f3edb79f (diff) | |
download | perl-d06ab008fe9b3c9a953ae275e453bfcbbf50c1a9.tar.gz |
[perl #40161] ccversion fix for hpux
From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org>
p4raw-id: //depot/perl@28751
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 f769e5126a..be1a51e688 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" |