From d503bed0ad10125976d438fa47e4b223f7cdb98c Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 21 Mar 2002 20:09:23 +0000 Subject: [PATCH] Solaris: default to the SUNwspro cc if it is available. p4raw-id: //depot/perl@15399 --- hints/solaris_2.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 <