mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
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
@ -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…
x
Reference in New Issue
Block a user