mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02: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:
committed by
Richard Purdie
parent
e0a12db65c
commit
2c0c9777e4
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user