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
This commit is contained in:
Richard Purdie 2007-01-08 23:57:16 +00:00
parent 7884add3d8
commit 10b9b4aa9d
1 changed files with 2 additions and 2 deletions

View File

@ -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"