diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2014-02-27 23:20:36 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-05 19:16:49 +0100 |
| commit | 59f9d8a5bcb6c9eb1170817022896481d0bd8a0f (patch) | |
| tree | 7532ef51fa53467e81cacc09cba93005c1183887 /recipes-qt | |
| parent | d7ebb534535a22981dac2af34f4cd9c9b37f0296 (diff) | |
| download | meta-qt5-59f9d8a5bcb6c9eb1170817022896481d0bd8a0f.tar.gz | |
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>
Diffstat (limited to 'recipes-qt')
| -rw-r--r-- | recipes-qt/qt5/qtbase.inc | 3 |
1 files changed, 0 insertions, 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 += " \ | |||
| 130 | ${EXTRA_OECONF} \ | 130 | ${EXTRA_OECONF} \ |
| 131 | " | 131 | " |
| 132 | 132 | ||
| 133 | # Qt uses atomic instructions not supported in thumb mode | ||
| 134 | ARM_INSTRUCTION_SET = "arm" | ||
| 135 | |||
| 136 | do_generate_qt_config_file_append() { | 133 | do_generate_qt_config_file_append() { |
| 137 | cat >> ${QT_CONF_PATH} <<EOF | 134 | cat >> ${QT_CONF_PATH} <<EOF |
| 138 | 135 | ||
