From 15c868d7e0c080dde8b909c395789a21a1cb9527 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 5 Jul 2006 13:43:46 +0000 Subject: tune-ep9312, tune-iwmmxt: use -mcpu, -march and -mtune : koen: aaargh, what idiots made the options do totally different things between x86 and arm? --- conf/machine/include/tune-ep9312.conf | 2 +- conf/machine/include/tune-iwmmxt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/machine/include/tune-ep9312.conf b/conf/machine/include/tune-ep9312.conf index f7a6fb845b..0982cf2a13 100644 --- a/conf/machine/include/tune-ep9312.conf +++ b/conf/machine/include/tune-ep9312.conf @@ -1,4 +1,4 @@ -TARGET_CC_ARCH = "-march=ep9312 -mtune=ep9312" +TARGET_CC_ARCH = "-march=ep9312 -mtune=ep9312 -mcpu=ep9312" # add "-mfp=maverick" for newer gcc versions > 4.0 #set arch to ep9312 for all generated packages diff --git a/conf/machine/include/tune-iwmmxt.conf b/conf/machine/include/tune-iwmmxt.conf index 535c914a9d..990aee54bc 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 -mcpu=iwmmxt " +TARGET_CC_ARCH = "-march=iwmmxt -mcpu=iwmmxt -mtune=iwmmxt" PACKAGE_ARCH = "iwmmxt" -- cgit v1.2.3