summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-20 15:22:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-20 15:22:17 +0000
commite6f120fad3eea5896f7a8ad3916dd6e12c7ee722 (patch)
treec90a402caade350a9eacf5e15300e62486ebadcb /hints
parentfab3f3a7f976d725f583a7763e7babd286095cf9 (diff)
downloadperl-e6f120fad3eea5896f7a8ad3916dd6e12c7ee722.tar.gz
Solaris hints tweaks.
p4raw-id: //depot/perl@7775
Diffstat (limited to 'hints')
-rw-r--r--hints/solaris_2.sh18
1 files changed, 14 insertions, 4 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index 5a17cb3836..237efeafa6 100644
--- a/hints/solaris_2.sh
+++ b/hints/solaris_2.sh
@@ -425,13 +425,21 @@ EOM
cat >&4 <<EOM
I do not see the 64-bit libc, $libc.
-(You are either in an old sparc or in an x86.)
+(You are either in an old Sparc or in an x86.)
Cannot continue, aborting.
EOM
exit 1
fi
- . ./UU/workshoplibpth.cbu
+
+ if test -f UU/workshoplibpth.cbu; then
+ . ./UU/workshoplibpth.cbu
+ else
+ if test -f workshoplibpth.cbu; then
+ . ./workshoplibpth.cbu
+ fi
+ fi
+
case "$cc -v 2>/dev/null" in
*gcc*)
echo 'main() { return 0; }' > try.c
@@ -439,7 +447,10 @@ EOM
*"m64 is not supported"*)
cat >&4 <<EOM
-Full 64-bit build not supported by this gcc configuration.
+Full 64-bit build is not supported by this gcc configuration.
+Check http://gcc.gnu.org/ for the latest news of availability
+of gcc for 64-bit Sparc.
+
Cannot continue, aborting.
EOM
@@ -485,7 +496,6 @@ case "$use64bitall" in
fi
fi
;;
- ;;
esac
cat > UU/uselongdouble.cbu <<'EOCBU'