X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fdec_osf.sh;h=07b80ea92027466870edc6f91ae1c87dd51588a4;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=c110d1ef1354657a71c7395219f1437a4a7dea90;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index c110d1e..07b80ea 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 | awk '/(Compaq|DEC) C/ {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