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