summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-12-18 17:33:49 +0000
committerAndy Polyakov <appro@openssl.org>2007-12-18 17:33:49 +0000
commitca64056836116fae62285f2e5b6ccb4e087e80e7 (patch)
tree9d734b9293384db5ada2143670772763b1a5f4fe /config
parentdf77428443a63028af57cab3b67fdbf8a5921eef (diff)
downloadopenssl-new-ca64056836116fae62285f2e5b6ccb4e087e80e7.tar.gz
Engage x86 assembler in Mac OS X build.
Diffstat (limited to 'config')
-rwxr-xr-xconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/config b/config
index e77baa0942..d7c98813b1 100755
--- a/config
+++ b/config
@@ -278,7 +278,7 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
echo "ppc-apple-darwin${VERSION}"
;;
*)
- echo "i386-apple-darwin${VERSION}"
+ echo "i686-apple-darwin${VERSION}"
;;
esac
exit 0
@@ -536,7 +536,7 @@ case "$GUESSOS" in
fi
fi
OUT="darwin-ppc-cc" ;;
- i386-apple-darwin*)
+ i?86-apple-darwin*)
ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
if [ "$ISA64" = "1" ]; then
echo "WARNING! If you wish to build 64-bit library, then you have to"