mpc85xx: copy the fdt for mpc8548cds to $(BIN_DIR)
[openwrt/openwrt.git] / package / uci / Makefile
index 78b3fa8e3a0ba7d081d0a693fd4c54d65c47d479..bd46864bc2edf5a9f5dacf563469673cb822977b 100644 (file)
@@ -65,11 +65,6 @@ UCI_MAKEOPTS = \
                FPIC="$(FPIC)" \
                OS="Linux"
 
-# work around a nasty gcc bug
-ifneq ($(CONFIG_GCC_VERSION_4_2_4),)
-  UCI_MAKEOPTS += WOPTS=""
-endif
-
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) $(UCI_MAKEOPTS)
        $(MAKE) -C $(PKG_BUILD_DIR)/lua $(UCI_MAKEOPTS)