diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-22 07:12:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-22 07:12:19 +0200 |
commit | 48b18373159b70caca3f41643804c549552d66f4 (patch) | |
tree | 8f3ffa76ec9d815777f85b62caa5e778d0f7beef /toolchain/gmp/Makefile | |
parent | 8366ec6a2404cf4b75158b39faabc29a8a1ed8a0 (diff) | |
parent | a58a6ff7e5a354b7f743ebdba219f42655c1695b (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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) \ |