From 607146b4f2e4e32431f42ec30a186853a4f3bfa5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 5 Sep 2010 16:16:59 +0000 Subject: 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 --- tools/gmp/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/gmp') diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile index f375ada347..514187ce6e 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 \ -- cgit v1.2.3