diff options
Diffstat (limited to 'tools/cloog/Makefile')
-rw-r--r-- | tools/cloog/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/cloog/Makefile b/tools/cloog/Makefile index 3bbf812fe9..29b4b73040 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++ |