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:22:38 +0000 |
commit | 953bd702720982cfd57262b4c715d57d186bfbee (patch) | |
tree | e4d50e66f5db320cd372a3fde9755c44bb41640a | |
parent | f37449f25e3e58b76a64a4398d4f10ce7dc9206c (diff) |
-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 6616a39e..cddd0fa4 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb @@ -151,6 +151,11 @@ Prefix=.. EOF } +# Causes qdrawhelper.s: Error: unaligned opcodes detected in executable segment +# when building qtbase/5.6.3+gitAUTOINC+e6f8b072d2-r0/git/src/gui/painting/qdrawhelper.cpp +ARM_INSTRUCTION_SET_armv4 = "arm" +ARM_INSTRUCTION_SET_armv5 = "arm" + # qtbase is exception, we need to use mkspecs from ${S} QMAKE_MKSPEC_PATH = "${B}" |