tune-iwmmxt.conf: use -mcpu=iwmmxt instead of -mtune=iwmmxt
authorKoen Kooi <koen@openembedded.org>
Tue, 4 Jul 2006 13:18:01 +0000 (13:18 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 4 Jul 2006 13:18:01 +0000 (13:18 +0000)
conf/machine/include/tune-iwmmxt.conf

index e46796f..535c914 100644 (file)
@@ -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"