mirror of
https://git.yoctoproject.org/poky
synced 2026-03-31 20:02:22 +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>
4 lines
99 B
HTML
4 lines
99 B
HTML
TARGET_CC_ARCH = "-march=mips32"
|
|
FEED_ARCH = "${TARGET_ARCH}"
|
|
BASE_PACKAGE_ARCH = "${TARGET_ARCH}"
|