diff options
author | Mirko Vogt <mirko@openwrt.org> | 2010-10-08 13:10:43 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2010-10-08 13:10:43 +0000 |
commit | 2e75737ff6ab59ecd27c26309dde5ccc2149045c (patch) | |
tree | 39f78940e9de52bac9e306cb88ba594301b12c68 /target/linux/xburst | |
parent | 7825e6c51c267d2adba393b528a9697dfa113634 (diff) | |
download | upstream-2e75737ff6ab59ecd27c26309dde5ccc2149045c.tar.gz upstream-2e75737ff6ab59ecd27c26309dde5ccc2149045c.tar.bz2 upstream-2e75737ff6ab59ecd27c26309dde5ccc2149045c.zip |
[target:xburst] do not override CFLAGS - the default ones are fine
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23323 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst')
-rw-r--r-- | target/linux/xburst/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index d732bf5c02..3fd45fb790 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -16,8 +16,6 @@ LINUX_VERSION:=2.6.35.7 DEVICE_TYPE=other -CFLAGS:=-march=mips32 - include $(INCLUDE_DIR)/target.mk define Target/Description |