diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-05-07 22:54:37 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-05-07 22:54:37 (GMT) |
commit | d8606497762f569807001954ff6b670b957c5049 (patch) | |
tree | 33059ad4ff1445621f6806a9759d774e796e5414 /configure | |
parent | 5fb8157047aca69c68438054ca7ea47ae595f428 (diff) | |
parent | 6c067866db65f113237a4c28374317c948da8ba9 (diff) | |
download | Qt-d8606497762f569807001954ff6b670b957c5049.zip Qt-d8606497762f569807001954ff6b670b957c5049.tar.gz Qt-d8606497762f569807001954ff6b670b957c5049.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeui
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2730,7 +2730,6 @@ 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 |