diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-27 22:08:09 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-27 22:08:09 +0000 |
commit | 57a3f74e90db56eac157776843196d134525cc4c (patch) | |
tree | 980fa2cf4fad7c061cbd3a8f3e998437982dbad1 | |
parent | 3fb64b4e5042ac94e5ebb781adb447b26e484a48 (diff) | |
download | poky-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
-rw-r--r-- | meta/conf/machine/include/tune-iwmmxt.conf | 6 |
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 @@ | |||
1 | # Configurations for the Intel PXA27x Appications Processor Family. | ||
2 | # Please use tune-xscale for PXA255/PXA26x based processors. | ||
3 | IPKG_EXTRA_ARCHS += "iwmmxt" | ||
4 | TARGET_CC_ARCH = "-march=iwmmxt -mcpu=iwmmxt -mtune=iwmmxt" | ||
5 | PACKAGE_ARCH = "iwmmxt" | ||
6 | |||