From c3849e78870ec2d5ef7216c035789e508bcd1c4d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 16 Jul 2006 09:00:35 +0000 Subject: tune-arm920t: add -mcpu=arm920t since gcc will happily generate armv5 isns (clz, bx) when using -march=armv4t, spotted by Lennert Buytenhek --- conf/machine/include/tune-arm920t.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include') 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" -- cgit v1.2.3