From: Jarkko Hietaniemi Date: Thu, 21 Mar 2002 20:09:23 +0000 (+0000) Subject: Solaris: default to the SUNwspro cc if it is available. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d503bed0ad10125976d438fa47e4b223f7cdb98c;p=p5sagit%2Fp5-mst-13.2.git Solaris: default to the SUNwspro cc if it is available. p4raw-id: //depot/perl@15399 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index c377f94..95fc3fd 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -94,6 +94,20 @@ case "$workshoplibpth_done" in esac EOCBU +case "$cc" in +'') if test -f /opt/SUNwspro/bin/cc; then + cat <