diff options
author | Koen Kooi <koen@openembedded.org> | 2005-11-10 13:42:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-10 13:42:35 +0000 |
commit | 8a684f00811f4b42b527db0d3b78a15b64f61873 (patch) | |
tree | 8abea05df9ff6b1ce7732d476ac0d1d622e7b0cb /conf | |
parent | 9771ba7e50e279c8f6757b4354634d568be0b23f (diff) |
tune-arm926ejs: change mtune param to work with gcc3.x and add a note on how to fix it for gcc4
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/tune-arm926ejs.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/tune-arm926ejs.conf b/conf/machine/tune-arm926ejs.conf index 563586c902..5e2f6b7c62 100644 --- a/conf/machine/tune-arm926ejs.conf +++ b/conf/machine/tune-arm926ejs.conf @@ -1,2 +1,3 @@ -TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s" +#if gcc breaks change arm926ejs to arm926ej-s +TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs" PACKAGE_ARCH = "armv5te" |