summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-31 17:27:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-31 17:27:48 +0100
commit1dca0c28b1d70a82fcfd15f11b8cd1f52761ad2c (patch)
tree73bac23a9800eeaf281a60ccf7fd01123a536e5c /toolchain
parentbc77b8037f471907136351867d1c88a6e92b3aee (diff)
parentf5ce6f0a51261cc405556467632aac0ddc77f74c (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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) \