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 <armccurdy@gmail.com>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Andre McCurdy
2014-02-27 23:20:36 +01:00
committed by Martin Jansa
parent d7ebb53453
commit 59f9d8a5bc

View File

@@ -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