From: Richard Purdie Date: Sun, 27 Aug 2006 22:08:09 +0000 (+0000) Subject: Add tune-iwmmxt (use to enable wireless extenion optimisations) X-Git-Tag: 2011-1~12739 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=57a3f74e90db56eac157776843196d134525cc4c;p=openembedded-core.git 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 --- 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" +