mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
machine/include: drop tune-cortexm*.inc and tune-cortexr4.inc
The Cortex M1, M3 and R4 CPU tuning files are poorly tested (if at all). They have no obvious users either inside or outside oe-core. Until OE officially gains support for CPUs without an MMU, these tuning files are probably better maintained outside of oe-core (e.g. in a separate meta-nommu layer). (From OE-Core rev: 7a1445c55de904115b950c8e50432a9f11f02208) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
322015a2dd
commit
654eddce35
@@ -72,8 +72,6 @@ EXTRA_OECONF_append_mips64eln32 = " --with-abi=64 --with-arch-64=mips64 --with-t
|
||||
# features used in OE.
|
||||
EXTRA_OECONF_append_armv6 = " --with-arch=armv6"
|
||||
EXTRA_OECONF_append_armv7a = " --with-arch=armv7-a"
|
||||
EXTRA_OECONF_append_armv7m = " --with-arch=armv7-m"
|
||||
EXTRA_OECONF_append_armv7r = " --with-arch=armv7-r"
|
||||
EXTRA_OECONF_append_armv7ve = " --with-arch=armv7-a"
|
||||
|
||||
EXTRA_OECONF_GCC_FLOAT ??= ""
|
||||
|
||||
Reference in New Issue
Block a user