diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-16 09:00:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-16 09:00:35 +0000 |
commit | c3849e78870ec2d5ef7216c035789e508bcd1c4d (patch) | |
tree | 5f64658cd914d5b1b5f6a6a2e3577d7c2f5429a0 /conf/machine/include | |
parent | e161bc370260fe54ac20943c00c36cccce33ad85 (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/machine/include')
-rw-r--r-- | conf/machine/include/tune-arm920t.conf | 2 |
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" |