mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 12:29:40 +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
294 B
HTML
8 lines
294 B
HTML
# Configurations for the Intel PXA27x Appications Processor Family.
|
|
# Please use tune-xscale for PXA255/PXA26x based processors.
|
|
TARGET_CC_ARCH = "-march=iwmmxt -mcpu=iwmmxt -mtune=iwmmxt"
|
|
BASE_PACKAGE_ARCH = "iwmmxt"
|
|
PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te iwmmxt"
|
|
FEED_ARCH = "iwmmxt"
|
|
|