From: Jarkko Hietaniemi Date: Wed, 1 Mar 2000 05:42:25 +0000 (+0000) Subject: The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=282f2f4cb1c4ceabdaa0bc32b022e560d95482da;p=p5sagit%2Fp5-mst-13.2.git The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth. p4raw-id: //depot/cfgperl@5391 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index a52c88f..954af6a 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -368,6 +368,17 @@ cat > UU/use64bitall.cbu <<'EOCBU' # after it has prompted the user for whether to be maximally 64 bitty. case "$use64bitall" in "$define"|true|[yY]*) + libc='/usr/lib/sparcv9/libc.so' + if test ! -f $libc; then + cat </dev/null" in *gcc*) # I don't know what are the flags to make gcc sparcv9-aware, @@ -380,18 +391,9 @@ case "$use64bitall" in ccflags="$ccflags `getconf XBS5_LP64_OFF64_CFLAGS 2>/dev/null`" ldflags="$ldflags `getconf XBS5_LP64_OFF64_LDFLAGS 2>/dev/null`" lddlflags="$lddlflags -G `getconf XBS5_LP64_OFF64_LDFLAGS 2>/dev/null`" + test -d /opt/SUNWspro/lib && loclibpth="$loclibpth /opt/SUNWspro/lib" ;; esac - libc='/usr/lib/sparcv9/libc.so' - if test ! -f $libc; then - cat <