summaryrefslogtreecommitdiff
path: root/conf/machine/include
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-02-17 09:56:57 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-17 09:56:57 +0000
commitf048841c98257feecc115e4c3920017195bea85d (patch)
treea97b4a1805abaab6205d1d139814446218458806 /conf/machine/include
parent5e7d8e5b6cd1cf72f9b83898b519201f7bdcb5d5 (diff)
mainstone: use iwmmxt optimizations, courtesy Justin Treon
tune-iwmmxt: inlcude for iwmmxt optimizations, courtesy Justin Treon
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/tune-iwmmxt.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/include/tune-iwmmxt.conf b/conf/machine/include/tune-iwmmxt.conf
new file mode 100644
index 0000000000..7155eb9e81
--- /dev/null
+++ b/conf/machine/include/tune-iwmmxt.conf
@@ -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"
+