From: Jarkko Hietaniemi Date: Fri, 3 Mar 2000 22:51:53 +0000 (+0000) Subject: solaris hints tweak X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eb27ec7b16e86e1d652ce07cc0a7ce21156cc64d;p=p5sagit%2Fp5-mst-13.2.git solaris hints tweak p4raw-id: //depot/cfgperl@5499 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index e3b9ee0..5a8cbfa 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -395,7 +395,9 @@ EOM if test -n "$workshoplibs"; then loclibpth=`echo $loclibpth | sed -e "s% $workshoplibs%%" ` for lib in $workshoplibs; do - loclibpth="$loclibpth $lib/sparcv9" + # Logically, it should be sparcv9. + # But the reality fights back, it's v9. + loclibpth="$loclibpth $lib/sparcv9 $lib/v9" done loclibpth="$loclibpth $workshoplibs" fi