From: Alexandros C. Couloumbis Date: Thu, 24 Mar 2011 11:22:25 +0000 (+0000) Subject: net/iputils: beautify brcm47xx fix (make owrt devs happy) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=94c2e085b6b56d09f54acc0277b2e08d84bd7e62;p=openwrt%2Fsvn-archive%2Farchive.git net/iputils: beautify brcm47xx fix (make owrt devs happy) SVN-Revision: 26282 --- diff --git a/net/iputils/Makefile b/net/iputils/Makefile index 10a8043094..b9f9f8b51c 100644 --- a/net/iputils/Makefile +++ b/net/iputils/Makefile @@ -122,7 +122,7 @@ define Package/iputils-traceroute6/description endef ifeq ($(BOARD),brcm47xx) - TARGET_CFLAGS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -msoft-float + TARGET_CFLAGS += -O2 endif MAKE_FLAGS += \