summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-arm920t.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-27 21:55:03 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-27 21:55:03 +0000
commit2a01021aaffde56326d0bce0bbf0bb5bfe948b58 (patch)
tree18d10eb06a2a2dddf1f1b4880fe9a507dfb7afd8 /meta/conf/machine/include/tune-arm920t.conf
parent06a16339a3b30c944c754eb01b63f461b2d85ab6 (diff)
downloadpoky-2a01021aaffde56326d0bce0bbf0bb5bfe948b58.tar.gz
Sync conf files with OE (and add iwmmxt arch to capable machines)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@654 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/include/tune-arm920t.conf')
-rw-r--r--meta/conf/machine/include/tune-arm920t.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-arm920t.conf b/meta/conf/machine/include/tune-arm920t.conf
index 936b137517..992f1923c6 100644
--- a/meta/conf/machine/include/tune-arm920t.conf
+++ b/meta/conf/machine/include/tune-arm920t.conf
@@ -1,2 +1,3 @@
1TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t" 1PACKAGE_ARCH = "armv4t"
2TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t -mcpu=arm920t"
2 3