From ded3b4fdf4b0171762288f22a532c7306ddb3cbc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 21 Oct 2011 09:29:36 +0200 Subject: always use fsf config.guess --- toolchain/gmp/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'toolchain') diff --git a/toolchain/gmp/Makefile b/toolchain/gmp/Makefile index c96ad76b2..202709540 100644 --- a/toolchain/gmp/Makefile +++ b/toolchain/gmp/Makefile @@ -12,13 +12,7 @@ endif $(WRKBUILD)/.headers: $(WRKBUILD)/.configured: -# for cygwin and ubunto on amd64 -ifneq (,$(filter CYGWIN%,${OStype})) (cd $(WRKBUILD); cp configfsf.guess config.guess) -endif -ifeq (${OStype},Linux) - (cd $(WRKBUILD); cp configfsf.guess config.guess) -endif (cd $(WRKBUILD); \ ./configure \ --prefix=$(STAGING_HOST_DIR) \ -- cgit v1.2.3