aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2018-05-24 18:16:16 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2018-05-24 18:16:18 +0000
commitdcfcb581ec65ef1b96f4840a81ea9d9f2297b394 (patch)
treecafb9d95606b1f080ec1153848f03364a51de914
parent402aa1dc718ec827448bfd15d6d3b67d3476037b (diff)
* it fails when building with gcc8 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtbase_git.bb5
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=..
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}"