summaryrefslogtreecommitdiff
path: root/conf/machine/include
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-07-04 13:18:01 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-04 13:18:01 +0000
commitbf082ed365321d6a0a6afcd42aae46033192d453 (patch)
treeb925cb8216afa8cf91987980e347bc21f133f35e /conf/machine/include
parentc5e967b3c4b8fca10803c391d0e15c71cfc9aa4b (diff)
tune-iwmmxt.conf: use -mcpu=iwmmxt instead of -mtune=iwmmxt
Diffstat (limited to 'conf/machine/include')
-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 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"