diff options
author | Denis Carikli <denis@eukrea.com> | 2011-09-15 11:26:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 13:46:25 +0100 |
commit | 14f65e46a4270d0074e2a749236904d589a879a5 (patch) | |
tree | 507ff58f47d40844a2b2281b3377c6911af4c055 /meta/recipes-qt/qt4/qt4-x11-free_4.7.3.bb | |
parent | 4c938669e68d772fb78a0c3fb6a40ac3d5b6ddfe (diff) | |
download | poky-14f65e46a4270d0074e2a749236904d589a879a5.tar.gz |
qt4(embedded and x11): Disable neon for armv6-vfp
Without the -no-neon flag, neon is "autodetected"
by looking if the compiler is capable of compiling
a neon test, and succeed, and neon is then enabled
during the compilation.
(From OE-Core rev: 026b59180fe3fbeb43cfd143f053ef33f482ef0c)
Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-x11-free_4.7.3.bb')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free_4.7.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-qt/qt4/qt4-x11-free_4.7.3.bb b/meta/recipes-qt/qt4/qt4-x11-free_4.7.3.bb index 75c6314e7f..413afb4a2d 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free_4.7.3.bb +++ b/meta/recipes-qt/qt4/qt4-x11-free_4.7.3.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | require qt4-x11-free.inc | 1 | require qt4-x11-free.inc |
2 | require qt-${PV}.inc | 2 | require qt-${PV}.inc |
3 | 3 | ||
4 | PR = "${INC_PR}.1" | 4 | PR = "${INC_PR}.2" |
5 | 5 | ||
6 | QT_CONFIG_FLAGS_append_armv6 = " -no-neon " | 6 | QT_CONFIG_FLAGS_append_armv6-vfp = " -no-neon " |
7 | 7 | ||
8 | QT_CONFIG_FLAGS += " \ | 8 | QT_CONFIG_FLAGS += " \ |
9 | -no-embedded \ | 9 | -no-embedded \ |