summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Ejdestig <mejdestig@luxoft.com>2018-12-03 06:16:20 +0100
committerSamuli Piippo <samuli.piippo@qt.io>2018-12-05 10:55:18 +0000
commit03244e9647e8523982e9b796cc05dc460d8e45ac (patch)
tree263d2e44f5dae024ec8e04d541e57a63ea108930
parent64edb40797fcd2e499022dd18d1dfe84af5f1c62 (diff)
downloadmeta-boot2qt-03244e9647e8523982e9b796cc05dc460d8e45ac.tar.gz
qtscript: disable LTO on ARM
Building QtScript with GCC 7.3 for ARM with LTO results in a lot of undefined references to JIT stubs in src/3rdparty/javascriptcore. Looks like a GCC LTO bug when building for ARM. Task-number: QTBUG-71602 Change-Id: I7cdd4e5e6289e6e56466b8f3692ba04c42e73183 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--meta-boot2qt/recipes-qt/qt5/qtscript_git.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-boot2qt/recipes-qt/qt5/qtscript_git.bbappend b/meta-boot2qt/recipes-qt/qt5/qtscript_git.bbappend
new file mode 100644
index 0000000..cf63e98
--- /dev/null
+++ b/meta-boot2qt/recipes-qt/qt5/qtscript_git.bbappend
@@ -0,0 +1 @@
EXTRA_QMAKEVARS_PRE_append_arm = " CONFIG-=ltcg"