mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +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
125 B
HTML
5 lines
125 B
HTML
TARGET_CC_ARCH = "-march=c3 -mtune=c3"
|
|
PACKAGE_EXTRA_ARCHS += "i386 i486 i586"
|
|
BASE_PACKAGE_ARCH = "i586"
|
|
FEED_ARCH = "i586"
|