diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-05-24 18:16:16 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-10-15 15:21:43 +0000 |
commit | 5832bf2747a70257eca5c443fd487532d62c90b3 (patch) | |
tree | a0351189e27fcd12241b9fef5f38422ac0ebbd0a | |
parent | 0c7eb257c3b0f03592e407e13c635d9e523fbcd0 (diff) | |
download | meta-qt5-5832bf2747a70257eca5c443fd487532d62c90b3.tar.gz |
qtbase: don't use thumb for armv[45]
* it fails when building with gcc8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 6bf42643..e8f967ec 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -173,6 +173,11 @@ deltask generate_qt_config_file | |||
173 | XPLATFORM_toolchain-clang = "linux-oe-clang" | 173 | XPLATFORM_toolchain-clang = "linux-oe-clang" |
174 | XPLATFORM ?= "linux-oe-g++" | 174 | XPLATFORM ?= "linux-oe-g++" |
175 | 175 | ||
176 | # Causes qdrawhelper.s: Error: unaligned opcodes detected in executable segment | ||
177 | # when building qtbase/5.6.3+gitAUTOINC+e6f8b072d2-r0/git/src/gui/painting/qdrawhelper.cpp | ||
178 | ARM_INSTRUCTION_SET_armv4 = "arm" | ||
179 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
180 | |||
176 | do_configure() { | 181 | do_configure() { |
177 | # Regenerate header files when they are included in source tarball | 182 | # Regenerate header files when they are included in source tarball |
178 | # Otherwise cmake files don't set PRIVATE_HEADERS correctly | 183 | # Otherwise cmake files don't set PRIVATE_HEADERS correctly |