net/iputils: include a missing option (thanks Hauke)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26279 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
253e643c09
commit
652d0cf6f2
@ -122,7 +122,7 @@ define Package/iputils-traceroute6/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(BOARD),brcm47xx)
|
ifeq ($(BOARD),brcm47xx)
|
||||||
TARGET_CFLAGS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
|
TARGET_CFLAGS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -msoft-float
|
||||||
endif
|
endif
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user