summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-11-12 17:25:55 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-11-23 13:52:41 +0000
commit5dbef0b7d2fbf35bb6b8c43e831ce48df84a4d86 (patch)
tree2d80c191425ee4d3777a641df000220e7afd1552 /configure
parent084df84bd096fe78eec5edd62424bd625dcfc00b (diff)
Fix QT_CPU_FEATURES
The part of qmodule.pri that is supposed to set QT_CPU_FEATURES ends up missing in the output. Change-Id: I30f3dbad5ac22d32e25d63037980dac370adc4ea Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1eb893d9cc..443771af47 100755
--- a/configure
+++ b/configure
@@ -7103,7 +7103,7 @@ if [ -n "$DISABLED_FEATURES" ]; then
fi
echo "QT_QCONFIG_PATH = ${CFG_QCONFIG_PATH#$relpath/src/corelib/global/}"
-cat >>"$QTMODULE.tmp" <<EOF
+cat <<EOF
host_build {
QT_CPU_FEATURES.$CFG_HOST_ARCH = $CFG_HOST_CPUFEATURES
} else {