Browse Source

fix compile issues on MacOS X host

Waldemar Brodkorb 14 years ago
parent
commit
5c69675674
2 changed files with 0 additions and 5 deletions
  1. 0 3
      toolchain/gmp/Makefile
  2. 0 2
      toolchain/mpfr/Makefile

+ 0 - 3
toolchain/gmp/Makefile

@@ -15,11 +15,8 @@ $(WRKBUILD)/.configured:
 	(cd $(WRKBUILD); \
 		$(WRKBUILD)/configure \
 		--prefix=$(STAGING_TOOLS) \
-		--build=$(GNU_HOST_NAME) \
-		--host=$(GNU_HOST_NAME) \
 		--disable-shared \
 		--enable-static \
-		--disable-nls \
 	);
 	touch $@
 

+ 0 - 2
toolchain/mpfr/Makefile

@@ -16,8 +16,6 @@ $(WRKBUILD)/.configured:
 	(cd $(WRKBUILD); \
 		$(WRKBUILD)/configure \
 		--prefix=$(STAGING_TOOLS) \
-		--build=$(GNU_HOST_NAME) \
-		--host=$(GNU_HOST_NAME) \
 		--with-gmp-build=$(GMP_BUILD_DIR) \
 		--disable-shared \
 		--enable-static \