From: Koen Kooi Date: Tue, 4 Jul 2006 13:18:01 +0000 (+0000) Subject: tune-iwmmxt.conf: use -mcpu=iwmmxt instead of -mtune=iwmmxt X-Git-Tag: Release-2010-05/1~9453^2~1345^2~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf082ed365321d6a0a6afcd42aae46033192d453;p=openembedded.git tune-iwmmxt.conf: use -mcpu=iwmmxt instead of -mtune=iwmmxt --- diff --git a/conf/machine/include/tune-iwmmxt.conf b/conf/machine/include/tune-iwmmxt.conf index e46796fede..535c914a9d 100644 --- a/conf/machine/include/tune-iwmmxt.conf +++ b/conf/machine/include/tune-iwmmxt.conf @@ -1,6 +1,6 @@ # Configurations for the Intel PXA27x Appications Processor Family. # Please use tune-xscale for PXA255/PXA26x based processors. IPKG_EXTRA_ARCHS += "iwmmxt" -TARGET_CC_ARCH = "-march=iwmmxt -mtune=iwmmxt" +TARGET_CC_ARCH = "-march=iwmmxt -mcpu=iwmmxt " PACKAGE_ARCH = "iwmmxt"