From a37b2b1bf9fdd4e1a5397b96e8456203e39e0903 Mon Sep 17 00:00:00 2001 From: nbd 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/cloog/Makefile | 5 ----- tools/gmp/Makefile | 5 ----- tools/mpc/Makefile | 5 ----- tools/ppl/Makefile | 5 ----- 4 files changed, 20 deletions(-) (limited to 'tools') diff --git a/tools/cloog/Makefile b/tools/cloog/Makefile index 3bbf812fe..29b4b7304 100644 --- a/tools/cloog/Makefile +++ b/tools/cloog/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_VARS += \ LIBS=-lstdc++ 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 \ diff --git a/tools/mpc/Makefile b/tools/mpc/Makefile index 3898830c0..8f8f07f1c 100644 --- a/tools/mpc/Makefile +++ b/tools/mpc/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 \ diff --git a/tools/ppl/Makefile b/tools/ppl/Makefile index c9c09c512..7eea73f0b 100644 --- a/tools/ppl/Makefile +++ b/tools/ppl/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