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 | 9c0c64e142e972c04046fd95f9407b2d07c190d6 (patch) | |
tree | 54cd7a0d3c5ac2a2a369d99b74bd75d2d4bdc32f | |
parent | 9b8ce25ba3ae2f8858e5dbc4547815eeff8aee09 (diff) | |
download | upstream-9c0c64e142e972c04046fd95f9407b2d07c190d6.tar.gz upstream-9c0c64e142e972c04046fd95f9407b2d07c190d6.tar.bz2 upstream-9c0c64e142e972c04046fd95f9407b2d07c190d6.zip |
add missing cflags for s3c24xx
SVN-Revision: 14903
-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 |