Change 22666 by [EMAIL PROTECTED] on 2004/04/06 14:44:29

        Test drives are fun. Implement ccversion for Itanium HP-UX 11.23

Affected files ...

... //depot/perl/hints/hpux.sh#98 edit

Differences ...

==== //depot/perl/hints/hpux.sh#98 (text) ====
Index: perl/hints/hpux.sh
--- perl/hints/hpux.sh#97~22585~        Wed Mar 24 13:42:25 2004
+++ perl/hints/hpux.sh  Tue Apr  6 07:44:29 2004
@@ -134,7 +134,7 @@
                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" ;;
End of Patch.

Reply via email to