From: Felix Fietkau 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: https://git.librecmc.org/?a=commitdiff_plain;h=7ef6b7451973d0d3fd09014871e7859b6a83fb19;p=librecmc%2Flibrecmc.git s3c24xx: unbreak uclibc by using armv4t instead of armv4; optimize for the right cpu SVN-Revision: 14904 --- 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