[oe] [meta-qt5][PATCH dora v2 1/3] qtbase.inc: don't force ARM_INSTRUCTION_SET to arm

2014-02-27 Thread Nicolas Dechesne
From: Andre McCurdy armccu...@gmail.com

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 armccu...@gmail.com
Signed-off-by: Nicolas Dechesne nicolas.deche...@linaro.org
---
 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
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-qt5][PATCH dora v2 1/3] qtbase.inc: don't force ARM_INSTRUCTION_SET to arm

2014-02-27 Thread Nicolas Dechesne
From: Andre McCurdy armccu...@gmail.com

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 armccu...@gmail.com
Signed-off-by: Nicolas Dechesne nicolas.deche...@linaro.org
---
 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
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel