iputils: do not compile this for brcm47xx with -O2
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 13 Oct 2013 22:51:33 +0000 (22:51 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 13 Oct 2013 22:51:33 +0000 (22:51 +0000)
ping is now working for me with -Os on brcm47xx.
This revert r26278.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38389

package/network/utils/iputils/Makefile

index ff7505b60760eb13260e6ad1a246f354620a41c6..6c77e16bd310637e07941bc4c95efc1a4cd1e961 100644 (file)
@@ -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)" \