summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-27 22:08:09 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-27 22:08:09 +0000
commit57a3f74e90db56eac157776843196d134525cc4c (patch)
tree980fa2cf4fad7c061cbd3a8f3e998437982dbad1 /meta/conf/machine
parent3fb64b4e5042ac94e5ebb781adb447b26e484a48 (diff)
downloadopenembedded-core-contrib-57a3f74e90db56eac157776843196d134525cc4c.tar.gz
Add tune-iwmmxt (use to enable wireless extenion optimisations)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@659 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/include/tune-iwmmxt.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-iwmmxt.conf b/meta/conf/machine/include/tune-iwmmxt.conf
new file mode 100644
index 0000000000..990aee54bc
--- /dev/null
+++ b/meta/conf/machine/include/tune-iwmmxt.conf
@@ -0,0 +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 -mtune=iwmmxt"
+PACKAGE_ARCH = "iwmmxt"
+