mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +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>
8 lines
392 B
HTML
8 lines
392 B
HTML
# valid options for -march: `armv7', `armv7-a', `armv7-r', `armv7-m'
|
|
# valid option for -mtune: `cortex-a8', `cortex-r4', `cortex-m3', `cortex-m1'
|
|
# This will NOT compile programs in 'ARM' mode, which is what you really want
|
|
TARGET_CC_ARCH = "-march=armv7 -mfpu=vfp -mfloat-abi=softfp"
|
|
FEED_ARCH = "armv7"
|
|
PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6 armv7"
|
|
BASE_PACKAGE_ARCH = "armv7"
|