summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAleksandar Sasha Babic <aleksandar.babic@nokia.com>2009-05-21 07:31:51 (GMT)
committerAleksandar Sasha Babic <aleksandar.babic@nokia.com>2009-05-21 07:31:51 (GMT)
commit47cbde8e5fbb7f0c4dc197c2ef241f5ba9fe2743 (patch)
treee8518206ec161750de9722aee17eb82805cca061 /configure
parent0987e68043e174a2a033b58d065c6069c0cf8a1a (diff)
parenta064fe66f5256c7ded6f3df87f503aa0fb8e341b (diff)
downloadQt-47cbde8e5fbb7f0c4dc197c2ef241f5ba9fe2743.zip
Qt-47cbde8e5fbb7f0c4dc197c2ef241f5ba9fe2743.tar.gz
Qt-47cbde8e5fbb7f0c4dc197c2ef241f5ba9fe2743.tar.bz2
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index bd77174..20bf457 100755
--- a/configure
+++ b/configure
@@ -2717,6 +2717,7 @@ if [ "$PLATFORM_MAC" = "yes" ]; then
# Build commmand line arguments we can pass to the compiler during configure tests
# by prefixing each arch with "-arch".
CFG_MAC_ARCHS_GCC_FORMAT="${CFG_MAC_ARCHS/x86/i386}"
+ CFG_MAC_ARCHS_GCC_FORMAT="${CFG_MAC_ARCHS/i386_64/x86_64}"
for ARCH in $CFG_MAC_ARCHS_GCC_FORMAT; do
MAC_ARCHS_COMMANDLINE="$MAC_ARCHS_COMMANDLINE -arch $ARCH"
done