From 0c806b8c9323cd63005bf8ae7a893e766de07480 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 27 Aug 2006 22:08:09 +0000 Subject: [PATCH] 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 --- meta/conf/machine/include/tune-iwmmxt.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta/conf/machine/include/tune-iwmmxt.conf diff --git a/meta/conf/machine/include/tune-iwmmxt.conf b/meta/conf/machine/include/tune-iwmmxt.conf new file mode 100644 index 0000000..990aee5 --- /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" + -- 2.7.4