diff options
author | axis <qt-info@nokia.com> | 2010-03-11 13:14:12 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-03-15 12:04:13 (GMT) |
commit | d88cd3152b5404c2a4a890b66dcc2e38ef08abde (patch) | |
tree | 02261ac08419f8e947083707a91eaa1d06fb5d1d | |
parent | a3516a36e6d352481133ecb4ed064018a39266fc (diff) | |
download | Qt-d88cd3152b5404c2a4a890b66dcc2e38ef08abde.zip Qt-d88cd3152b5404c2a4a890b66dcc2e38ef08abde.tar.gz Qt-d88cd3152b5404c2a4a890b66dcc2e38ef08abde.tar.bz2 |
Forced little endianness when using symbian-sbsv2 mkspec.
RevBy: Miikka Heikkinen
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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="$?" |