diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-05 13:43:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-05 13:43:46 +0000 |
commit | 15c868d7e0c080dde8b909c395789a21a1cb9527 (patch) | |
tree | 6ec6c9b88044747e1300cce8cb3dd3c554bed4ce /conf/machine/include/tune-ep9312.conf | |
parent | 3cc13f45fb6cb7da98780a4ef4d3f5ba25f0f7d8 (diff) |
tune-ep9312, tune-iwmmxt: use -mcpu, -march and -mtune
<XorA>: koen: aaargh, what idiots made the options do totally different things between x86 and arm?
Diffstat (limited to 'conf/machine/include/tune-ep9312.conf')
-rw-r--r-- | conf/machine/include/tune-ep9312.conf | 2 |
1 files changed, 1 insertions, 1 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 |