From 19d7f35751b114882725ab88c9316dcecb497a93 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Fri, 27 Feb 2009 20:05:29 +0100 Subject: qt4[e|x11].bbclass: set ARM_INSTRUCTION_SET to arm --- classes/qt4x11.bbclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'classes/qt4x11.bbclass') 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" -- cgit v1.2.3