mirror of
https://git.yoctoproject.org/poky
synced 2026-03-31 02:02:25 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2656 311d38ba-8fff-0310-9ca6-ca027cbcb966
6 lines
223 B
HTML
6 lines
223 B
HTML
FEED_ARCH = "armv5te"
|
|
|
|
TARGET_CC_ARCH = "-march=armv5te -mtune=xscale"
|
|
TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale"
|
|
PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}"
|