From: Andre McCurdy <[email protected]> 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 <[email protected]> Signed-off-by: Nicolas Dechesne <[email protected]> --- 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 71da726..e4beafd 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} <<EOF -- 1.9.0 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
