From: Graeme Gregory Date: Tue, 17 Oct 2006 11:44:53 +0000 (+0000) Subject: conf/machine/include/tune-arm920t.conf : fix so that -march and -mcpu arent X-Git-Tag: Release-2010-05/1~9453^2~567^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cc325643dd3749e8e85340dc17dcf42ccec6331;p=openembedded.git conf/machine/include/tune-arm920t.conf : fix so that -march and -mcpu arent confilivting. THis caused all -Werror compiled programs to fail. --- diff --git a/conf/machine/include/tune-arm920t.conf b/conf/machine/include/tune-arm920t.conf index 992f1923c6..373bf46727 100644 --- a/conf/machine/include/tune-arm920t.conf +++ b/conf/machine/include/tune-arm920t.conf @@ -1,3 +1,3 @@ PACKAGE_ARCH = "armv4t" -TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t -mcpu=arm920t" +TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"