From: nbd Date: Mon, 16 Mar 2009 23:37:46 +0000 (+0000) Subject: s3c24xx: unbreak uclibc by using armv4t instead of armv4; optimize for the right cpu X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/f76f86c856294168e9596318000787ff58446641 s3c24xx: unbreak uclibc by using armv4t instead of armv4; optimize for the right cpu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14904 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/s3c24xx/Makefile b/target/linux/s3c24xx/Makefile index dccda7bb9..936d8d8c6 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