net/iputils: include a missing option (thanks Hauke)
authorAlexandros C. Couloumbis <alex@ozo.com>
Wed, 23 Mar 2011 20:05:51 +0000 (20:05 +0000)
committerAlexandros C. Couloumbis <alex@ozo.com>
Wed, 23 Mar 2011 20:05:51 +0000 (20:05 +0000)
SVN-Revision: 26279

net/iputils/Makefile

index 8039bf5fc36d39d74f107d8a49d299e5191de757..10a804309472c217929735f25dbc9aff2e2c4d7d 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 += \