From bf082ed365321d6a0a6afcd42aae46033192d453 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 4 Jul 2006 13:18:01 +0000 Subject: tune-iwmmxt.conf: use -mcpu=iwmmxt instead of -mtune=iwmmxt --- conf/machine/include/tune-iwmmxt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') 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" -- cgit v1.2.3