summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/recipes-qt/qt5/qtscript_git.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* qtscript: disable LTO on ARMMartin Ejdestig2018-12-051-0/+1
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>