summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Johan Sorvig <morten.sorvig@nokia.com>2012-02-17 14:21:37 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-20 09:42:47 +0100
commitd00db53a12d253fd71d400e413f73817fa43289e (patch)
tree246b96f515c7523fba2f1c10ac214502f39bc173
parent5af7e089f79174e576529a742c380cf418510771 (diff)
Don't force CFG_ENDIAN to "auto" on Mac.
We no longer support universal ppc/x86 builds. Change-Id: I8c4a1d087d02da1ad80d91a7a04147b37e81d74f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 0687bd5021..ce7e2fb48a 100755
--- 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="$?"