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
This commit is contained in:
Richard Purdie 2006-08-27 22:08:09 +00:00
parent 3fb64b4e50
commit 57a3f74e90
1 changed files with 6 additions and 0 deletions

View File

@ -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"