summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-03-11 13:14:12 (GMT)
committeraxis <qt-info@nokia.com>2010-03-15 12:04:13 (GMT)
commitd88cd3152b5404c2a4a890b66dcc2e38ef08abde (patch)
tree02261ac08419f8e947083707a91eaa1d06fb5d1d
parenta3516a36e6d352481133ecb4ed064018a39266fc (diff)
downloadQt-d88cd3152b5404c2a4a890b66dcc2e38ef08abde.zip
Qt-d88cd3152b5404c2a4a890b66dcc2e38ef08abde.tar.gz
Qt-d88cd3152b5404c2a4a890b66dcc2e38ef08abde.tar.bz2
Forced little endianness when using symbian-sbsv2 mkspec.
RevBy: Miikka Heikkinen
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 9eec299..1c81b66 100755
--- a/configure
+++ b/configure
@@ -5699,6 +5699,8 @@ fi
if [ "$CFG_ENDIAN" = "auto" ]; then
if [ "$PLATFORM_MAC" = "yes" ]; then
true #leave as auto
+ elif [ "$XPLATFORM" = "symbian-sbsv2" ]; then
+ CFG_ENDIAN="Q_LITTLE_ENDIAN"
else
"$unixtests/endian.test" "$XQMAKESPEC" $OPT_VERBOSE "$relpath" "$outpath"
F="$?"