diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 12:35:08 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 12:35:08 +0000 |
commit | c46d3fb0c346d0dfff30d4e6ccaabf790492a497 (patch) | |
tree | e4782f82f84889dd1b0623d9495116f4faf60729 | |
parent | e430837ead15eac1d1f129bbaab6ab2dd1166270 (diff) | |
download | poky-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
-rw-r--r-- | meta/conf/machine/include/tune-armv5te.inc | 5 |
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 @@ | |||
1 | FEED_ARCH = "armv5te" | ||
2 | |||
3 | TARGET_CC_ARCH = "-march=armv5te" | ||
4 | TARGET_CC_KERNEL_ARCH = "-march=armv5te" | ||
5 | PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" | ||