diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-08 23:57:16 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-08 23:57:16 +0000 |
commit | 10b9b4aa9d697875d8dd211b2dcce6b63390a486 (patch) | |
tree | 4a7814adae41c565fe0c15f21404f027e24577a4 | |
parent | 7884add3d8a57c71218063a93b8b295505798161 (diff) | |
download | openembedded-core-10b9b4aa9d697875d8dd211b2dcce6b63390a486.tar.gz openembedded-core-10b9b4aa9d697875d8dd211b2dcce6b63390a486.tar.bz2 openembedded-core-10b9b4aa9d697875d8dd211b2dcce6b63390a486.zip |
tune-arm926ejs.conf: Change default to that foc gcc4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1131 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/machine/include/tune-arm926ejs.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/include/tune-arm926ejs.conf b/meta/conf/machine/include/tune-arm926ejs.conf index ce1d4f7203..31fe8868ca 100644 --- a/meta/conf/machine/include/tune-arm926ejs.conf +++ b/meta/conf/machine/include/tune-arm926ejs.conf @@ -1,5 +1,5 @@ # For gcc 3.x you need: -TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs" +#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs" # For gcc 4.x you need: -#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s" +TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s" PACKAGE_ARCH = "armv5te" |