diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-29 09:05:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-29 09:05:07 +0100 |
commit | ede0b881160024db41b69198207a3e9905eea6c9 (patch) | |
tree | 0628017e3e8f8413227e7d309cb4169042fd23c6 /toolchain/gmp | |
parent | 2f5fd9680065f15ebb6a3962d9bfac89f383db9a (diff) |
cygwin fixes
Diffstat (limited to 'toolchain/gmp')
-rw-r--r-- | toolchain/gmp/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/gmp/Makefile b/toolchain/gmp/Makefile index 33982ed17..22e5070be 100644 --- a/toolchain/gmp/Makefile +++ b/toolchain/gmp/Makefile @@ -12,9 +12,6 @@ endif $(WRKBUILD)/.headers: $(WRKBUILD)/.configured: -ifneq ($(OStype),Darwin) - (cd $(WRKBUILD); cp configfsf.guess config.guess) -endif (cd $(WRKBUILD); \ ./configure \ --prefix=$(STAGING_HOST_DIR) \ |