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
262 B
HTML
8 lines
262 B
HTML
# NOTE: If you want to optimize to sh4a, conf/machine/include/tune-sh4a.inc.
|
|
# But it is not compatible for sh4.
|
|
# The binary optimized by m4a doesn't operate on sh4. It works on sh4a only.
|
|
|
|
TARGET_CC_ARCH = "-ml -m4"
|
|
FEED_ARCH = "sh4"
|
|
BASE_PACKAGE_ARCH = "sh4"
|