aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-xscale.inc
blob: eb16651ae37ea1d891554210a24a5e37ee33ecb9 (plain)
1
2
3
4
5
FEED_ARCH =  "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}"

TARGET_CC_ARCH = "-march=armv5te -mtune=xscale"
TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale"
BASE_PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}"