summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-armv5te.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/tune-armv5te.inc')
-rw-r--r--meta/conf/machine/include/tune-armv5te.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-armv5te.inc b/meta/conf/machine/include/tune-armv5te.inc
new file mode 100644
index 0000000000..5cced4166b
--- /dev/null
+++ b/meta/conf/machine/include/tune-armv5te.inc
@@ -0,0 +1,5 @@
1FEED_ARCH = "armv5te"
2
3TARGET_CC_ARCH = "-march=armv5te"
4TARGET_CC_KERNEL_ARCH = "-march=armv5te"
5PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}"