diff options
Diffstat (limited to 'toolchain/gmp/Makefile')
-rw-r--r-- | toolchain/gmp/Makefile | 3 |
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) \ |