From f048841c98257feecc115e4c3920017195bea85d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 17 Feb 2006 09:56:57 +0000 Subject: mainstone: use iwmmxt optimizations, courtesy Justin Treon tune-iwmmxt: inlcude for iwmmxt optimizations, courtesy Justin Treon --- conf/machine/include/tune-iwmmxt.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf/machine/include/tune-iwmmxt.conf (limited to 'conf/machine/include') 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" + -- cgit v1.2.3