fix build error in tools on darwin on newer macs (patch by dirtyfreebooter)
[openwrt/svn-archive/archive.git] / tools / gmp / Makefile
index f375ada3478c8da056077cbfbeefd8822e62b037..514187ce6e376593810c4707137c2b8274cc66fb 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 \