s3c24xx: unbreak uclibc by using armv4t instead of armv4; optimize for the right cpu
SVN-Revision: 14904
This commit is contained in:
parent
9c0c64e142
commit
7ef6b74519
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ ARCH:=arm
|
||||||
BOARD:=s3c24xx
|
BOARD:=s3c24xx
|
||||||
BOARDNAME:=s3c24xx
|
BOARDNAME:=s3c24xx
|
||||||
FEATURES:=jffs2
|
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
|
LINUX_VERSION:=2.6.28.7
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue