mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
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:
6
meta/conf/machine/include/tune-iwmmxt.conf
Normal file
6
meta/conf/machine/include/tune-iwmmxt.conf
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user