mainstone: use iwmmxt optimizations, courtesy Justin Treon
authorKoen Kooi <koen@openembedded.org>
Fri, 17 Feb 2006 09:56:57 +0000 (09:56 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 17 Feb 2006 09:56:57 +0000 (09:56 +0000)
tune-iwmmxt: inlcude for iwmmxt optimizations, courtesy Justin Treon

conf/machine/include/tune-iwmmxt.conf [new file with mode: 0644]
conf/machine/mainstone.conf

diff --git a/conf/machine/include/tune-iwmmxt.conf b/conf/machine/include/tune-iwmmxt.conf
new file mode 100644 (file)
index 0000000..7155eb9
--- /dev/null
@@ -0,0 +1,5 @@
+# Configurations for the Intel PXA27x Appications Processor Family. 
+# Please use tune-xscale for PXA255/PXA26x based processors.
+TARGET_CC_ARCH = "-march=iwmmxt -mtune=iwmmxt"
+PACKAGE_ARCH = "iwmmxt"
+
index ff899f4..604748b 100644 (file)
@@ -9,7 +9,7 @@ IPKG_ARCHS = "all arm armv5te ${MACHINE}"
 
 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
 
-include conf/machine/include/tune-xscale.conf
+include conf/machine/include/tune-iwmmxt.conf
 
 # used by sysvinit_2
 SERIAL_CONSOLE = "115200 ttyS0"