From 2368809a282c252bcf97af51165aa27ef3add466 Mon Sep 17 00:00:00 2001 From: Morten Johan Sorvig Date: Thu, 3 May 2012 12:27:53 +0200 Subject: Remove "file qmake"-based arch detection. Change-Id: I0b6b66eb439c7f0f566b74cc3da0726a5ecbac34 Reviewed-by: James Turner Reviewed-by: Bradley T. Hughes Reviewed-by: Thiago Macieira --- configure | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'configure') diff --git a/configure b/configure index a6af39b0cb..50c1c40096 100755 --- a/configure +++ b/configure @@ -4958,30 +4958,6 @@ if [ "$CFG_MAC_DWARF2" = "yes" ]; then QT_CONFIG="$QT_CONFIG dwarf2" fi -# Detect the default arch (x86 or x86_64) on Mac OS X -if [ "$BUILD_ON_MAC" = "yes" ] && [ "$QT_CROSS_COMPILE" = "no" ]; then - DEFAULT_ARCH= - case `file "${outpath}/bin/qmake"` in - *i?86) - DEFAULT_ARCH=x86 - ;; - *x86_64) - DEFAULT_ARCH=x86_64 - ;; - *ppc|*ppc64|*) - # unsupported/unknown - ;; - esac - - if [ -n "$DEFAULT_ARCH" ]; then - [ "$OPT_VERBOSE" = "yes" ] && echo "Setting default Mac OS X architechture to $DEFAULT_ARCH." - QT_CONFIG="$QT_CONFIG $DEFAULT_ARCH" - QMAKE_CONFIG="$QMAKE_CONFIG $DEFAULT_ARCH" - # Make the application arch follow the Qt arch - QTCONFIG_CONFIG="$QTCONFIG_CONFIG $DEFAULT_ARCH" - fi -fi - # ### Vestige if [ "$CFG_PHONON_BACKEND" = "yes" ]; then QT_CONFIG="$QT_CONFIG phonon-backend" -- cgit v1.2.3