Don't force CFG_ENDIAN to "auto" on Mac.
authorMorten Johan Sorvig <morten.sorvig@nokia.com>
Fri, 17 Feb 2012 13:21:37 +0000 (14:21 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 20 Feb 2012 08:42:47 +0000 (09:42 +0100)
We no longer support universal ppc/x86 builds.

Change-Id: I8c4a1d087d02da1ad80d91a7a04147b37e81d74f
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
configure

index 0687bd5..ce7e2fb 100755 (executable)
--- a/configure
+++ b/configure
@@ -5948,8 +5948,6 @@ fi
 if [ "$CFG_ENDIAN" = "auto" ]; then
     if [ "$XPLATFORM_MINGW" = "yes" ]; then
         CFG_ENDIAN="Q_LITTLE_ENDIAN"
-    elif [ "$BUILD_ON_MAC" = "yes" ]; then
-        true #leave as auto
     else
         "$unixtests/endian.test" "$XQMAKESPEC" $OPT_VERBOSE "$relpath" "$outpath" "QMAKE_LFLAGS+=$SYSROOT_FLAG"
        F="$?"