summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-31 13:05:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-31 13:05:41 +0100
commitb9babb54de7c6e7466eb646517b28e998e10461e (patch)
treeda85ba1dc1c001d3832ffc16c567398405b09fef /toolchain
parent1b6a9fa3f18fdeaa3f3869a22cd91490ffec608c (diff)
fix cygwin build
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gmp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/gmp/Makefile b/toolchain/gmp/Makefile
index 22e5070be..33982ed17 100644
--- a/toolchain/gmp/Makefile
+++ b/toolchain/gmp/Makefile
@@ -12,6 +12,9 @@ endif
$(WRKBUILD)/.headers:
$(WRKBUILD)/.configured:
+ifneq ($(OStype),Darwin)
+ (cd $(WRKBUILD); cp configfsf.guess config.guess)
+endif
(cd $(WRKBUILD); \
./configure \
--prefix=$(STAGING_HOST_DIR) \