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 | 2d2dab50a544573676f729496705ee1240c2a529 (patch) | |
tree | 997e686d74b0386dccb57383c0db346d666bf3bc | |
parent | dc0e63012374fe02daa6b302d8e9085d3a703bf2 (diff) | |
download | upstream-2d2dab50a544573676f729496705ee1240c2a529.tar.gz upstream-2d2dab50a544573676f729496705ee1240c2a529.tar.bz2 upstream-2d2dab50a544573676f729496705ee1240c2a529.zip |
do not override CFLAGS - the default ones are fine
SVN-Revision: 23323
-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 |