summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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