summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-21 11:34:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-21 11:34:55 +0200
commitdeb96b0a843e6e133d4334996dc28373972bea5d (patch)
tree1b1d5c1928f4cf91692517f330e543725731b3f7 /toolchain
parent50345b17210bea8b96200fa618d65adf3c3f0b66 (diff)
parentded3b4fdf4b0171762288f22a532c7306ddb3cbc (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain')
-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) \