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>
9 lines
249 B
HTML
9 lines
249 B
HTML
TARGET_CC_ARCH = "-march=ep9312 -mtune=ep9312 -mcpu=ep9312"
|
|
# add "-mfp=maverick" for newer gcc versions > 4.0
|
|
|
|
#set arch to ep9312 for all generated packages
|
|
PACKAGE_EXTRA_ARCHS += "armv4t ep9312"
|
|
BASE_PACKAGE_ARCH = "ep9312"
|
|
FEED_ARCH = "ep9312"
|
|
|