diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-05-24 18:16:16 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-05-24 18:16:18 +0000 |
| commit | dcfcb581ec65ef1b96f4840a81ea9d9f2297b394 (patch) | |
| tree | cafb9d95606b1f080ec1153848f03364a51de914 | |
| parent | 402aa1dc718ec827448bfd15d6d3b67d3476037b (diff) | |
| download | meta-qt5-krogoth-next.tar.gz | |
qtbase: don't use thumb for armv[45]upstream/krogoth-nextupstream/krogothupstream/jansa/krogothkrogoth-nextkrogothjansa/krogoth
* 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 01e50264..0d6d6dab 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
| @@ -149,6 +149,11 @@ Prefix=.. | |||
| 149 | EOF | 149 | EOF |
| 150 | } | 150 | } |
| 151 | 151 | ||
| 152 | # Causes qdrawhelper.s: Error: unaligned opcodes detected in executable segment | ||
| 153 | # when building qtbase/5.6.3+gitAUTOINC+e6f8b072d2-r0/git/src/gui/painting/qdrawhelper.cpp | ||
| 154 | ARM_INSTRUCTION_SET_armv4 = "arm" | ||
| 155 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
| 156 | |||
| 152 | # qtbase is exception, we need to use mkspecs from ${S} | 157 | # qtbase is exception, we need to use mkspecs from ${S} |
| 153 | QMAKE_MKSPEC_PATH = "${B}" | 158 | QMAKE_MKSPEC_PATH = "${B}" |
| 154 | 159 | ||
