From 59f9d8a5bcb6c9eb1170817022896481d0bd8a0f Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Thu, 27 Feb 2014 23:20:36 +0100 Subject: qtbase.inc: don't force ARM_INSTRUCTION_SET to arm Forcing ARM_INSTRUCTION_SET to arm when building qtbase no longer seems to be required. Confirmed by forcing ARM_INSTRUCTION_SET to thumb and building qtbase 5.1.1 and 5.2.1 tuned for both armv4t and cortexa9thf-neon. Signed-off-by: Andre McCurdy Signed-off-by: Nicolas Dechesne Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 71da726a..e4beafd5 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc @@ -130,9 +130,6 @@ QT_CONFIG_FLAGS += " \ ${EXTRA_OECONF} \ " -# Qt uses atomic instructions not supported in thumb mode -ARM_INSTRUCTION_SET = "arm" - do_generate_qt_config_file_append() { cat >> ${QT_CONF_PATH} <