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:32 +0000 |
| commit | d0ef3c0819e03af4982ba6066bcda8967bedb44a (patch) | |
| tree | 86b0c63d717e9be160b9b82c1b353e3990e505b9 | |
| parent | b9ea493141a412a344d464a8dacec002c92bf73d (diff) | |
| download | meta-qt5-d0ef3c0819e03af4982ba6066bcda8967bedb44a.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 8892b410..ab6751d8 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
| @@ -172,6 +172,11 @@ deltask generate_qt_config_file | |||
| 172 | XPLATFORM_toolchain-clang = "linux-oe-clang" | 172 | XPLATFORM_toolchain-clang = "linux-oe-clang" |
| 173 | XPLATFORM ?= "linux-oe-g++" | 173 | XPLATFORM ?= "linux-oe-g++" |
| 174 | 174 | ||
| 175 | # Causes qdrawhelper.s: Error: unaligned opcodes detected in executable segment | ||
| 176 | # when building qtbase/5.6.3+gitAUTOINC+e6f8b072d2-r0/git/src/gui/painting/qdrawhelper.cpp | ||
| 177 | ARM_INSTRUCTION_SET_armv4 = "arm" | ||
| 178 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
| 179 | |||
| 175 | do_configure() { | 180 | do_configure() { |
| 176 | # Regenerate header files when they are included in source tarball | 181 | # Regenerate header files when they are included in source tarball |
| 177 | # Otherwise cmake files don't set PRIVATE_HEADERS correctly | 182 | # Otherwise cmake files don't set PRIVATE_HEADERS correctly |
