From 953bd702720982cfd57262b4c715d57d186bfbee Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 24 May 2018 18:16:16 +0000 Subject: qtbase: don't use thumb for armv[45] * it fails when building with gcc8 Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase_git.bb | 5 +++++ 1 file changed, 5 insertions(+) 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}" -- cgit v1.2.3