1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

qt4: use armv6 override instead of armv6-vfp

(From OE-Core rev: e093d550fa86d2c2d46b0df760d8a967b3366389)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa
2011-12-13 14:46:03 +01:00
committed by Richard Purdie
parent e0a12db65c
commit 2c0c9777e4
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
require qt-${PV}.inc
require qt4-embedded.inc
PR = "${INC_PR}.4"
PR = "${INC_PR}.5"
QT_CONFIG_FLAGS_append_armv6-vfp = " -no-neon "
QT_CONFIG_FLAGS_append_armv6 = " -no-neon "
QT_CONFIG_FLAGS += " \
-exceptions \
+2 -2
View File
@@ -1,9 +1,9 @@
require qt4-x11-free.inc
require qt-${PV}.inc
PR = "${INC_PR}.4"
PR = "${INC_PR}.5"
QT_CONFIG_FLAGS_append_armv6-vfp = " -no-neon "
QT_CONFIG_FLAGS_append_armv6 = " -no-neon "
QT_CONFIG_FLAGS += " \
-no-embedded \