From 652d0cf6f26f67d4b8edf13d57196061508eab51 Mon Sep 17 00:00:00 2001 From: acoul Date: Wed, 23 Mar 2011 20:05:51 +0000 Subject: [PATCH] net/iputils: include a missing option (thanks Hauke) git-svn-id: svn://svn.openwrt.org/openwrt/packages@26279 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 8039bf5fc..10a804309 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 + TARGET_CFLAGS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -msoft-float endif MAKE_FLAGS += \