diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-04 13:18:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-04 13:18:01 +0000 |
commit | bf082ed365321d6a0a6afcd42aae46033192d453 (patch) | |
tree | b925cb8216afa8cf91987980e347bc21f133f35e /conf/machine | |
parent | c5e967b3c4b8fca10803c391d0e15c71cfc9aa4b (diff) |
tune-iwmmxt.conf: use -mcpu=iwmmxt instead of -mtune=iwmmxt
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/tune-iwmmxt.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-iwmmxt.conf b/conf/machine/include/tune-iwmmxt.conf index e46796fede..535c914a9d 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 -mtune=iwmmxt" +TARGET_CC_ARCH = "-march=iwmmxt -mcpu=iwmmxt " PACKAGE_ARCH = "iwmmxt" |