Pārlūkot izejas kodu

iputils: do not compile this for brcm47xx with -O2

ping is now working for me with -Os on brcm47xx.
This revert r26278.

Signed-off-by: Hauke Mehrtens <[email protected]>

SVN-Revision: 38389
Hauke Mehrtens 12 gadi atpakaļ
vecāks
revīzija
232a654833
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 4
      package/network/utils/iputils/Makefile

+ 0 - 4
package/network/utils/iputils/Makefile

@@ -121,10 +121,6 @@ define Package/iputils-traceroute6/description
   Traces path to a network host (IPv6).
 endef
 
-ifeq ($(BOARD),brcm47xx)
-  TARGET_CFLAGS += -O2 
-endif
-
 MAKE_FLAGS += \
 	CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(TARGET_LDFLAGS)" \
 	CONFIG_IPV6="$(CONFIG_IPV6)" \