From fcd8dc18da4b8710858e4392b1a11ba558182aa5 Mon Sep 17 00:00:00 2001 From: acoul Date: Thu, 24 Mar 2011 11:22:25 +0000 Subject: [PATCH] net/iputils: beautify brcm47xx fix (make owrt devs happy) git-svn-id: svn://svn.openwrt.org/openwrt/packages@26282 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/iputils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/iputils/Makefile b/net/iputils/Makefile index 10a804309..b9f9f8b51 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 += \ -- 2.11.0