From ca64056836116fae62285f2e5b6ccb4e087e80e7 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 18 Dec 2007 17:33:49 +0000 Subject: Engage x86 assembler in Mac OS X build. --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') 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" -- cgit v1.2.1