aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-iwmmxt.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-07-05 13:43:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-05 13:43:46 +0000
commit15c868d7e0c080dde8b909c395789a21a1cb9527 (patch)
tree6ec6c9b88044747e1300cce8cb3dd3c554bed4ce /conf/machine/include/tune-iwmmxt.conf
parent3cc13f45fb6cb7da98780a4ef4d3f5ba25f0f7d8 (diff)
downloadopenembedded-15c868d7e0c080dde8b909c395789a21a1cb9527.tar.gz
tune-ep9312, tune-iwmmxt: use -mcpu, -march and -mtune
<XorA>: koen: aaargh, what idiots made the options do totally different things between x86 and arm?
Diffstat (limited to 'conf/machine/include/tune-iwmmxt.conf')
-rw-r--r--conf/machine/include/tune-iwmmxt.conf2
1 files changed, 1 insertions, 1 deletions
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"