From: Koen Kooi Date: Sun, 16 Jul 2006 09:00:35 +0000 (+0000) Subject: tune-arm920t: add -mcpu=arm920t since gcc will happily generate armv5 isns (clz,... X-Git-Tag: Release-2010-05/1~9453^2~1215 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3849e78870ec2d5ef7216c035789e508bcd1c4d;p=openembedded.git tune-arm920t: add -mcpu=arm920t since gcc will happily generate armv5 isns (clz, bx) when using -march=armv4t, spotted by Lennert Buytenhek --- 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"