summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRomain Pokrzywka <romain.pokrzywka@kdab.com>2012-09-26 05:33:15 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-30 00:02:06 +0200
commit858ede74e21ef20af4b2b95ec31e6deb18254ad9 (patch)
tree8a1c477199c1c330dfeafa70cf3a8e76dcea8e49 /configure
parentd65dbb5d508d4cdbc383686428430035c205b21c (diff)
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8b5ed2f5fb..d4f4b8196c 100755
--- a/configure
+++ b/configure
@@ -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"