mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
38b25eed95
This gets us closer to making including tune-<arch>.inc "just work". Moving the TARGET_ARCH definitions is something for a follup patch. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
5 lines
115 B
HTML
5 lines
115 B
HTML
TARGET_CC_ARCH = "-mcpu=8540"
|
|
BASE_PACKAGE_ARCH = "ppce500"
|
|
FEED_ARCH = "ppce500"
|
|
PACKAGE_EXTRA_ARCHS += "ppce500"
|