aboutsummaryrefslogtreecommitdiffstats
path: root/classes/qt4x11.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/qt4x11.bbclass')
-rw-r--r--classes/qt4x11.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/qt4x11.bbclass b/classes/qt4x11.bbclass
index 76a45c33cb..923717f8af 100644
--- a/classes/qt4x11.bbclass
+++ b/classes/qt4x11.bbclass
@@ -1,3 +1,6 @@
DEPENDS_prepend = "${@["qt4x11 ", ""][(bb.data.getVar('PN', d, 1) == 'qt4-x11-free')]}"
inherit qmake2
+
+# Qt4 uses atomic instructions not supported in thumb mode
+ARM_INSTRUCTION_SET = "arm"