diff options
author | Koen Kooi <koen@openembedded.org> | 2006-02-17 09:56:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-17 09:56:57 +0000 |
commit | f048841c98257feecc115e4c3920017195bea85d (patch) | |
tree | a97b4a1805abaab6205d1d139814446218458806 /conf/machine | |
parent | 5e7d8e5b6cd1cf72f9b83898b519201f7bdcb5d5 (diff) |
mainstone: use iwmmxt optimizations, courtesy Justin Treon
tune-iwmmxt: inlcude for iwmmxt optimizations, courtesy Justin Treon
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/tune-iwmmxt.conf | 5 | ||||
-rw-r--r-- | conf/machine/mainstone.conf | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/conf/machine/include/tune-iwmmxt.conf b/conf/machine/include/tune-iwmmxt.conf new file mode 100644 index 0000000000..7155eb9e81 --- /dev/null +++ b/conf/machine/include/tune-iwmmxt.conf @@ -0,0 +1,5 @@ +# Configurations for the Intel PXA27x Appications Processor Family. +# Please use tune-xscale for PXA255/PXA26x based processors. +TARGET_CC_ARCH = "-march=iwmmxt -mtune=iwmmxt" +PACKAGE_ARCH = "iwmmxt" + diff --git a/conf/machine/mainstone.conf b/conf/machine/mainstone.conf index ff899f44e1..604748b0ed 100644 --- a/conf/machine/mainstone.conf +++ b/conf/machine/mainstone.conf @@ -9,7 +9,7 @@ IPKG_ARCHS = "all arm armv5te ${MACHINE}" PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" -include conf/machine/include/tune-xscale.conf +include conf/machine/include/tune-iwmmxt.conf # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttyS0" |