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
(from parent 1:
f556e5b
)
Add libscheck for Solaris.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 26 Feb 2000 03:40:47 +0000
(
03:40
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 26 Feb 2000 03:40:47 +0000
(
03:40
+0000)
p4raw-id: //depot/cfgperl@5263
hints/solaris_2.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/solaris_2.sh
b/hints/solaris_2.sh
index
203257b
..
96bd2d6
100644
(file)
--- a/
hints/solaris_2.sh
+++ b/
hints/solaris_2.sh
@@
-366,7
+366,11
@@
$define|true|[yY]*)
ccflags="$ccflags `getconf XBS5_LP64_OFF64_CFLAGS`"
ldflags="$ccflags `getconf XBS5_LP64_OFF64_LDFLAGS`"
lddlflags="$lddlflags -G `getconf XBS5_LP64_OFF64_LDFLAGS`"
- loclibpth=/usr/lib/sparcv9
+ loclibpth="$loclibpth /usr/lib/sparcv9"
+ libscheck='case "`file $xxx`" in
+*64-bit*|*SPARCV9*) ;;
+*) xxx=/no/64-bit$xxx ;;
+esac'
;;
esac