diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-26 03:40:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-26 03:40:47 +0000 |
commit | 7b65db701f57a4f8c4d4d2d71abeedf2eb6601ea (patch) | |
tree | eeb9e3b99b59afffa6355372326923d0d170ee71 /hints/solaris_2.sh | |
parent | f556e5b971932902a6d49815d5094657f50eb262 (diff) | |
download | perl-7b65db701f57a4f8c4d4d2d71abeedf2eb6601ea.tar.gz |
Add libscheck for Solaris.
p4raw-id: //depot/cfgperl@5263
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r-- | hints/solaris_2.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 203257bee3..96bd2d603a 100644 --- 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 |