diff options
author | Romain Pokrzywka <romain.pokrzywka@kdab.com> | 2012-09-26 12:33:15 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-09-29 22:02:06 (GMT) |
commit | 858ede74e21ef20af4b2b95ec31e6deb18254ad9 (patch) | |
tree | 8a1c477199c1c330dfeafa70cf3a8e76dcea8e49 /configure | |
parent | d65dbb5d508d4cdbc383686428430035c205b21c (diff) | |
download | Qt-858ede74e21ef20af4b2b95ec31e6deb18254ad9.zip Qt-858ede74e21ef20af4b2b95ec31e6deb18254ad9.tar.gz Qt-858ede74e21ef20af4b2b95ec31e6deb18254ad9.tar.bz2 |
Pass --sysroot to endian.test when testing the target endianness
Change-Id: Ib7b68401e683b20dea42b7cf597784a13a995984
Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6629,7 +6629,7 @@ if [ "$CFG_ENDIAN" = "auto" ]; then elif [ "$PLATFORM_MAC" = "yes" ] && [ "$XPLATFORM_SYMBIAN" = "no" ]; then true #leave as auto else - "$unixtests/endian.test" "$XQMAKESPEC" $OPT_VERBOSE "$relpath" "$outpath" + "$unixtests/endian.test" "$XQMAKESPEC" $OPT_VERBOSE "$relpath" "$outpath" "$SYSROOT_FLAG" F="$?" if [ "$F" -eq 0 ]; then CFG_ENDIAN="Q_LITTLE_ENDIAN" |