This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4038a1
)
solaris hints tweak
author
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 3 Mar 2000 22:51:53 +0000
(22:51 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 3 Mar 2000 22:51:53 +0000
(22:51 +0000)
p4raw-id: //depot/cfgperl@5499
hints/solaris_2.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/solaris_2.sh
b/hints/solaris_2.sh
index
e3b9ee0
..
5a8cbfa
100644
(file)
--- 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