diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-16 23:37:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-16 23:37:46 +0000 |
commit | 7ef6b7451973d0d3fd09014871e7859b6a83fb19 (patch) | |
tree | c45c3fd609940c925ceeb8049d1f65d292594ca0 /target/linux/s3c24xx | |
parent | 9c0c64e142e972c04046fd95f9407b2d07c190d6 (diff) | |
download | upstream-7ef6b7451973d0d3fd09014871e7859b6a83fb19.tar.gz upstream-7ef6b7451973d0d3fd09014871e7859b6a83fb19.tar.bz2 upstream-7ef6b7451973d0d3fd09014871e7859b6a83fb19.zip |
s3c24xx: unbreak uclibc by using armv4t instead of armv4; optimize for the right cpu
SVN-Revision: 14904
Diffstat (limited to 'target/linux/s3c24xx')
-rw-r--r-- | target/linux/s3c24xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/s3c24xx/Makefile b/target/linux/s3c24xx/Makefile index dccda7bb97..936d8d8c6f 100644 --- a/target/linux/s3c24xx/Makefile +++ b/target/linux/s3c24xx/Makefile @@ -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 |