mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-15 02:54:03 +00:00
pixman: remove IWMMXT setting
* khem moved it to oe-core and kept it here Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
f54aaaac89
commit
a6cc90e84c
@ -3,7 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
|
|||||||
DEPENDS += "perl-native"
|
DEPENDS += "perl-native"
|
||||||
BBCLASSEXTEND += "native"
|
BBCLASSEXTEND += "native"
|
||||||
|
|
||||||
PRINC = "7"
|
PRINC := "${@int(PRINC) + 8}"
|
||||||
|
|
||||||
SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch"
|
SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch"
|
||||||
|
|
||||||
@ -11,6 +11,4 @@ NEON = " --disable-arm-neon "
|
|||||||
NEON_armv7a = " "
|
NEON_armv7a = " "
|
||||||
NEON_armv7a-vfp-neon = " "
|
NEON_armv7a-vfp-neon = " "
|
||||||
|
|
||||||
IWMMXT = " --disable-arm-iwmmxt "
|
EXTRA_OECONF += "${NEON}"
|
||||||
|
|
||||||
EXTRA_OECONF += "${NEON} ${IWMMXT}"
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user