s3c24xx: unbreak uclibc by using armv4t instead of armv4; optimize for the right cpu

SVN-Revision: 14904
This commit is contained in:
Felix Fietkau 2009-03-16 23:37:46 +00:00
parent 9c0c64e142
commit 7ef6b74519
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ARCH:=arm
BOARD:=s3c24xx
BOARDNAME:=s3c24xx
FEATURES:=jffs2
CFLAGS:=-O2 -pipe -march=armv4 -mtune=arm9tdmi -funit-at-a-time
CFLAGS:=-O2 -pipe -march=armv4t -mtune=arm920t -funit-at-a-time
LINUX_VERSION:=2.6.28.7