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)

(From OE-Core rev: e53987e52a362e9a66c0007bfe1ff17a1d5ba2da)

Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Denis Carikli 2011-09-15 11:26:16 +02:00 committed by Richard Purdie
parent f1369ae9fe
commit c3a1b97511
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
require qt-${PV}.inc
require qt4-embedded.inc
PR = "${INC_PR}.1"
PR = "${INC_PR}.2"
QT_CONFIG_FLAGS_append_armv6 = " -no-neon "
QT_CONFIG_FLAGS_append_armv6-vfp = " -no-neon "
QT_CONFIG_FLAGS += " \
-exceptions \

View File

@ -1,9 +1,9 @@
require qt4-x11-free.inc
require qt-${PV}.inc
PR = "${INC_PR}.1"
PR = "${INC_PR}.2"
QT_CONFIG_FLAGS_append_armv6 = " -no-neon "
QT_CONFIG_FLAGS_append_armv6-vfp = " -no-neon "
QT_CONFIG_FLAGS += " \
-no-embedded \