summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-01-18 12:35:08 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-01-18 12:35:08 +0000
commitc46d3fb0c346d0dfff30d4e6ccaabf790492a497 (patch)
treee4782f82f84889dd1b0623d9495116f4faf60729 /meta/conf/machine/include
parente430837ead15eac1d1f129bbaab6ab2dd1166270 (diff)
downloadpoky-c46d3fb0c346d0dfff30d4e6ccaabf790492a497.tar.gz
tune-armv5te.inc: removed. use tune-arm926ejs.inc instead
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3523 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/include')
-rw-r--r--meta/conf/machine/include/tune-armv5te.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/conf/machine/include/tune-armv5te.inc b/meta/conf/machine/include/tune-armv5te.inc
deleted file mode 100644
index 5cced4166b..0000000000
--- a/meta/conf/machine/include/tune-armv5te.inc
+++ /dev/null
@@ -1,5 +0,0 @@
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']}"