diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-16 22:56:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-16 22:56:28 +0000 |
commit | b7d559c9c3abf2a317064a530e19fc9dffc7b0dc (patch) | |
tree | abbe5a8648efbfb77bb15faf0f63f205a22805fe /target/linux/s3c24xx/Makefile | |
parent | 729e5925fb20ed1c5bc4fd7cea76ce3248771024 (diff) | |
download | upstream-b7d559c9c3abf2a317064a530e19fc9dffc7b0dc.tar.gz upstream-b7d559c9c3abf2a317064a530e19fc9dffc7b0dc.tar.bz2 upstream-b7d559c9c3abf2a317064a530e19fc9dffc7b0dc.zip |
add missing cflags for s3c24xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14903 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/Makefile')
-rw-r--r-- | target/linux/s3c24xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/Makefile b/target/linux/s3c24xx/Makefile index 309c176cfd..dccda7bb97 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 |