mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
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
137 B
HTML
5 lines
137 B
HTML
FEED_ARCH = "armv4t"
|
|
BASE_PACKAGE_ARCH = "armv4t"
|
|
TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"
|
|
PACKAGE_EXTRA_ARCHS += "armv4 armv4t"
|