aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2000-02-06 11:15:20 +0000
committerAndy Polyakov <appro@openssl.org>2000-02-06 11:15:20 +0000
commit0fad6cb7e7359dd0911ab54a80c1b3e10b378fd3 (patch)
treef6762d5b14262fe04b60edea64bb76ade1e19977 /config
parent7cf6e2a35b36b690c93b85cb68d103b4bc946e30 (diff)
downloadopenssl-0fad6cb7e7359dd0911ab54a80c1b3e10b378fd3.tar.gz
Support for MacOS X (Rhapsody) is added. Also get rid of volatile
qualifier in asm definitions as it prevents compiler from moving the instruction(s) during optimization pass.
Diffstat (limited to 'config')
-rwxr-xr-xconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/config b/config
index 170ab6820a..8752e2304d 100755
--- a/config
+++ b/config
@@ -187,6 +187,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
echo "i860-intel-osf1"; exit 0
;;
+ Rhapsody:*)
+ echo "ppc-apple-rhapsody"; exit 0
+ ;;
+
SunOS:5.*)
echo "${MACHINE}-sun-solaris2"; exit 0
;;
@@ -395,6 +399,7 @@ case "$GUESSOS" in
;;
mips-*-linux?) OUT="linux-mips" ;;
ppc-*-linux2) OUT="linux-ppc" ;;
+ ppc-apple-rhapsody) OUT="rhapsody-ppc-cc" ;;
sparc64-*-linux2)
#Before we can uncomment following lines we have to wait at least
#till 64-bit glibc for SPARC is operational:-(