From: Jarkko Hietaniemi Date: Thu, 31 Aug 2000 18:24:17 +0000 (+0000) Subject: Move the Solaris 7 scan to use64bitall, make the X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c4eb81271d38690def0c149c253ee8dc4015bfca;p=p5sagit%2Fp5-mst-13.2.git Move the Solaris 7 scan to use64bitall, make the failure to find 64-bot sparc libc to mention the possibility of being in an intel, from Lupe and Alan. p4raw-id: //depot/perl@6954 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index cb54a08..6809d4c 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -398,34 +398,26 @@ case "$usemorebits" in ;; esac -cat > UU/use64bitint.cbu <<'EOCBU' -# This script UU/use64bitint.cbu will get 'called-back' by Configure -# after it has prompted the user for whether to use 64 bit integers. -case "$use64bitint" in -"$define"|true|[yY]*) +cat > UU/use64bitall.cbu <<'EOCBU' +# This script UU/use64bitall.cbu will get 'called-back' by Configure +# after it has prompted the user for whether to be maximally 64 bitty. +case "$use64bitall-$use64bitall_done" in +"$define-"|true-|[yY]*-) case "`uname -r`" in 5.[1-6]) cat >&4 < UU/use64bitall.cbu <<'EOCBU' -# This script UU/use64bitall.cbu will get 'called-back' by Configure -# after it has prompted the user for whether to be maximally 64 bitty. -case "$use64bitall-$use64bitall_done" in -"$define-"|true-|[yY]*-) libc='/usr/lib/sparcv9/libc.so' if test ! -f $libc; then cat >&4 <