mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01: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>
8 lines
250 B
HTML
8 lines
250 B
HTML
FEED_ARCH = "armv5te"
|
|
PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te"
|
|
# For gcc 3.x you need:
|
|
#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
|
|
# For gcc 4.x you need:
|
|
TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
|
|
BASE_PACKAGE_ARCH = "armv5te"
|