projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7d559c
)
s3c24xx: unbreak uclibc by using armv4t instead of armv4; optimize for the right cpu
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 16 Mar 2009 23:37:46 +0000
(23:37 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 16 Mar 2009 23:37:46 +0000
(23:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14904
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/s3c24xx/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/s3c24xx/Makefile
b/target/linux/s3c24xx/Makefile
index
dccda7b
..
936d8d8
100644
(file)
--- 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=armv4
t -mtune=arm920t
-funit-at-a-time
LINUX_VERSION:=2.6.28.7