summaryrefslogtreecommitdiff
path: root/hints/solaris_2.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-03 22:51:53 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-03 22:51:53 +0000
commiteb27ec7b16e86e1d652ce07cc0a7ce21156cc64d (patch)
tree6ad3fd85cb186d0a326b26202e953f6866c3d7c2 /hints/solaris_2.sh
parente4038a1fb4fdfabe2578d9a8ffe81a18bec6013d (diff)
downloadperl-eb27ec7b16e86e1d652ce07cc0a7ce21156cc64d.tar.gz
solaris hints tweak
p4raw-id: //depot/cfgperl@5499
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r--hints/solaris_2.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index e3b9ee02b3..5a8cbfab8b 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