fix build error in tools on darwin on newer macs (patch by dirtyfreebooter)
[openwrt/staging/chunkeey.git] / tools / mpc / Makefile
index 3898830c0b94eb92e4d41934548dc11305106e02..8f8f07f1ccfac9ed62f7d0f51bcfb21c19477dcd 100644 (file)
@@ -17,11 +17,6 @@ include $(INCLUDE_DIR)/host-build.mk
 
 unexport CFLAGS
 
-ifeq ($(HOST_OS),Darwin)
-  GNU_HOST_NAME:=
-  HOST_CONFIGURE_ARGS:=$(filter-out --target= --build= --host=,$(HOST_CONFIGURE_ARGS))
-endif
-
 HOST_CONFIGURE_ARGS += \
        --enable-static \
        --disable-shared \