Add tune-iwmmxt (use to enable wireless extenion optimisations)
authorRichard Purdie <richard@openedhand.com>
Sun, 27 Aug 2006 22:08:09 +0000 (22:08 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 27 Aug 2006 22:08:09 +0000 (22:08 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@659 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

diff --git a/meta/conf/machine/include/tune-iwmmxt.conf b/meta/conf/machine/include/tune-iwmmxt.conf
new file mode 100644 (file)
index 0000000..990aee5
--- /dev/null
@@ -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"
+