diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 18:17:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 18:17:54 +0000 |
commit | 6b356c8efb963846940ef92952cf77e5b86bd65e (patch) | |
tree | 82aab24c903fb5c32b16e57ad6f095d823430eec /hints/dec_osf.sh | |
parent | 301e812593b886ce092a67093cee831022be6f82 (diff) | |
download | perl-6b356c8efb963846940ef92952cf77e5b86bd65e.tar.gz |
Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
so that case-ignoring systems like DCL can tell them from
PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
p4raw-id: //depot/perl@6982
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r-- | hints/dec_osf.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index c110d1ef13..86e8f944fa 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -99,6 +99,7 @@ EOF fi ;; *) # compile something small: taint.c is fine for this. + ccversion=`cc -V | grep 'DEC C' | awk '{print $3}'` # the main point is the '-v' flag of 'cc'. case "`cc -v -I. -c taint.c -o taint$$.o 2>&1`" in */gemc_cc*) # we have the new DEC GEM CC |