summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-07-16 09:00:35 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-16 09:00:35 +0000
commitc3849e78870ec2d5ef7216c035789e508bcd1c4d (patch)
tree5f64658cd914d5b1b5f6a6a2e3577d7c2f5429a0 /conf
parente161bc370260fe54ac20943c00c36cccce33ad85 (diff)
tune-arm920t: add -mcpu=arm920t since gcc will happily generate armv5 isns (clz, bx) when using -march=armv4t, spotted by Lennert Buytenhek
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/tune-arm920t.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-arm920t.conf b/conf/machine/include/tune-arm920t.conf
index 936b137517..3cf6c7d7dc 100644
--- a/conf/machine/include/tune-arm920t.conf
+++ b/conf/machine/include/tune-arm920t.conf
@@ -1,2 +1,2 @@
-TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"
+TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t -mcpu=arm920t"