summaryrefslogtreecommitdiffstats
path: root/tools/gmp
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-09-05 16:16:59 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-09-05 16:16:59 +0000
commita37b2b1bf9fdd4e1a5397b96e8456203e39e0903 (patch)
treefea483ba035a39a5f2f131b67da3dee55e5b6531 /tools/gmp
parentbebb0ec8a15f2314b9232811e523adb91dcb9de4 (diff)
fix build error in tools on darwin on newer macs (patch by dirtyfreebooter)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22934 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/gmp')
-rw-r--r--tools/gmp/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile
index f375ada34..514187ce6 100644
--- a/tools/gmp/Makefile
+++ b/tools/gmp/Makefile
@@ -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 \