summaryrefslogtreecommitdiff
path: root/toolchain/gmp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-21 09:29:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-21 09:29:36 +0200
commitded3b4fdf4b0171762288f22a532c7306ddb3cbc (patch)
tree0142fb4cf079efa8b8477eec2cedf28e5d66a7a4 /toolchain/gmp
parentbfb5b3012282088e30059d86d0f9699ad39ecbed (diff)
always use fsf config.guess
Diffstat (limited to 'toolchain/gmp')
-rw-r--r--toolchain/gmp/Makefile6
1 files changed, 0 insertions, 6 deletions
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) \