summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2002-12-05 13:17:52 +0000
committerAndy Polyakov <appro@openssl.org>2002-12-05 13:17:52 +0000
commit6d4ac67ac1d1a8167fabf222d7f035784f2e6817 (patch)
tree659edfc58719e7c350b51943864ceec4c580dfb7 /config
parentb84d5b72f193d65d8da7af513dbea3ad972b1ae6 (diff)
linux64-sparcv9 support finally debugged and tested.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'config')
-rwxr-xr-xconfig13
1 files changed, 7 insertions, 6 deletions
diff --git a/config b/config
index 0128345371..8988f665bb 100755
--- a/config
+++ b/config
@@ -547,12 +547,13 @@ EOF
ppc-apple-darwin*) OUT="darwin-ppc-cc" ;;
i386-apple-darwin*) OUT="darwin-i386-cc" ;;
sparc64-*-linux2)
- #Before we can uncomment following lines we have to wait at least
- #till 64-bit glibc for SPARC is operational:-(
- #echo "WARNING! If you wish to build 64-bit library, then you have to"
- #echo " invoke './Configure linux64-sparcv9' *manually*."
- #echo " Type return if you want to continue, Ctrl-C to abort."
- #read waste < /dev/tty
+ echo "WARNING! If *know* that your GNU C supports 64-bit/V9 ABI"
+ echo " and wish to build 64-bit library, then you have to"
+ echo " invoke './Configure linux64-sparcv9' *manually*."
+ if [ "$TEST" = "false" ]; then
+ echo " You have about 5 seconds to press Ctrl-C to abort."
+ (stty -icanon min 0 time 50; read waste) < /dev/tty
+ fi
OUT="linux-sparcv9" ;;
sparc-*-linux2)
KARCH=`awk '/^type/{print$3}' /proc/cpuinfo`