summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-03-16 22:56:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-03-16 22:56:28 +0000
commit9c0c64e142e972c04046fd95f9407b2d07c190d6 (patch)
tree54cd7a0d3c5ac2a2a369d99b74bd75d2d4bdc32f /target
parent9b8ce25ba3ae2f8858e5dbc4547815eeff8aee09 (diff)
downloadmtk-20170518-9c0c64e142e972c04046fd95f9407b2d07c190d6.zip
mtk-20170518-9c0c64e142e972c04046fd95f9407b2d07c190d6.tar.gz
mtk-20170518-9c0c64e142e972c04046fd95f9407b2d07c190d6.tar.bz2
add missing cflags for s3c24xx
SVN-Revision: 14903
Diffstat (limited to 'target')
-rw-r--r--target/linux/s3c24xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/Makefile b/target/linux/s3c24xx/Makefile
index 309c176..dccda7b 100644
--- a/target/linux/s3c24xx/Makefile
+++ b/target/linux/s3c24xx/Makefile
@@ -10,6 +10,7 @@ ARCH:=arm
BOARD:=s3c24xx
BOARDNAME:=s3c24xx
FEATURES:=jffs2
+CFLAGS:=-O2 -pipe -march=armv4 -mtune=arm9tdmi -funit-at-a-time
LINUX_VERSION:=2.6.28.7