aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer_e1@hotmail.com>2006-07-05 16:18:51 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-05 16:18:51 +0000
commit97e1d6538b1f7396b13ac9cd14fb8092b26fb712 (patch)
treec53fa45f2b5800ecd7eb6fdc60ff44e649e3a10a /conf
parentb8a549e23060211a6d0a87a74600507846385a4f (diff)
parentf83efeed49a3d39a4313c966d064c8812086babc (diff)
downloadopenembedded-97e1d6538b1f7396b13ac9cd14fb8092b26fb712.tar.gz
merge of 8c16cdbfd0fc7d55498a7ffc0a2e64b24025460d
and f1c9afde058f9dacdf29b67d8609495aef4205f5
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/tune-ep9312.conf2
-rw-r--r--conf/machine/include/tune-iwmmxt.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/tune-ep9312.conf b/conf/machine/include/tune-ep9312.conf
index f7a6fb845b..0982cf2a13 100644
--- a/conf/machine/include/tune-ep9312.conf
+++ b/conf/machine/include/tune-ep9312.conf
@@ -1,4 +1,4 @@
-TARGET_CC_ARCH = "-march=ep9312 -mtune=ep9312"
+TARGET_CC_ARCH = "-march=ep9312 -mtune=ep9312 -mcpu=ep9312"
# add "-mfp=maverick" for newer gcc versions > 4.0
#set arch to ep9312 for all generated packages
diff --git a/conf/machine/include/tune-iwmmxt.conf b/conf/machine/include/tune-iwmmxt.conf
index 535c914a9d..990aee54bc 100644
--- a/conf/machine/include/tune-iwmmxt.conf
+++ b/conf/machine/include/tune-iwmmxt.conf
@@ -1,6 +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 "
+TARGET_CC_ARCH = "-march=iwmmxt -mcpu=iwmmxt -mtune=iwmmxt"
PACKAGE_ARCH = "iwmmxt"