net/iputils: include a missing option (thanks Hauke)
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 23 Mar 2011 20:05:51 +0000 (20:05 +0000)
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 23 Mar 2011 20:05:51 +0000 (20:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26279 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/iputils/Makefile

index 8039bf5..10a8043 100644 (file)
@@ -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 += \