summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-12-12 12:22:14 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-12-12 12:22:16 +0100
commit4b8e6c83fdb425de99334b61d9ae07921f5a04b0 (patch)
tree97e05ffa5af79f75f60db2ff20a9682186ae270a
parent280f4e23bb7ce234dc379dfcadf77d8b85238a46 (diff)
downloadptxdist-4b8e6c83fdb425de99334b61d9ae07921f5a04b0.tar.gz
ptxdist-4b8e6c83fdb425de99334b61d9ae07921f5a04b0.tar.xz
qt4: disable precompiled headersptxdist-2012.12.0
When precompiled headers are enabled, wmake generates broken makefiles that cause build failures for *.S files in combination with some toolchains. Disable precompiled headers until a real solution can be found. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/qt4.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/qt4.make b/rules/qt4.make
index c2c09d250..c963b9aff 100644
--- a/rules/qt4.make
+++ b/rules/qt4.make
@@ -111,7 +111,7 @@ QT4_AUTOCONF := \
-no-optimized-qmake \
-no-nis \
-no-cups \
- -pch \
+ -no-pch \
-reduce-relocations \
-force-pkg-config \
-prefix /usr \