This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
solaris hints tweak
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 3 Mar 2000 22:51:53 +0000 (22:51 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 3 Mar 2000 22:51:53 +0000 (22:51 +0000)
p4raw-id: //depot/cfgperl@5499

hints/solaris_2.sh

index e3b9ee0..5a8cbfa 100644 (file)
@@ -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