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: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Andre McCurdy 2014-02-18 00:01:28 -08:00 committed by Martin Jansa
parent dc0073bb45
commit 0d9f550f68
1 changed files with 0 additions and 3 deletions

View File

@ -127,9 +127,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