diff options
Diffstat (limited to 'conf/machine/include/tune-xscale.inc')
-rw-r--r-- | conf/machine/include/tune-xscale.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/include/tune-xscale.inc b/conf/machine/include/tune-xscale.inc new file mode 100644 index 0000000000..f14aee9aed --- /dev/null +++ b/conf/machine/include/tune-xscale.inc @@ -0,0 +1,5 @@ +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']}" |