summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-04 21:44:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-04 21:45:27 +0200
commit937e9abf2acb4afcc65c2979b45b2b93c6be7e20 (patch)
treebbccae1521c1bf56b3e3fbdcd4211c885f986cfd
parent5bd99c07a60e6d344d34c058d170bbe90285928c (diff)
update gmp to latest upstream
-rw-r--r--toolchain/gmp/Makefile.inc7
-rw-r--r--toolchain/mpfr/Makefile2
2 files changed, 3 insertions, 6 deletions
diff --git a/toolchain/gmp/Makefile.inc b/toolchain/gmp/Makefile.inc
index 2c7dff360..75e0ad730 100644
--- a/toolchain/gmp/Makefile.inc
+++ b/toolchain/gmp/Makefile.inc
@@ -2,9 +2,8 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= gmp
-PKG_VERSION:= 5.1.3
+PKG_VERSION:= 6.0.0a
PKG_RELEASE:= 1
-PKG_MD5SUM:= e5fe367801ff067b923d1e6a126448aa
+PKG_MD5SUM:= 1e6da4e434553d2811437aa42c7f7c76
PKG_SITES:= ${MASTER_SITE_GNU:=gmp/}
-DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz
-GMP_BUILD_DIR:= $(TOOLCHAIN_BUILD_DIR)/w-$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)/$(PKG_NAME)-$(PKG_VERSION)
+WRKDIST= ${WRKDIR}/$(PKG_NAME)-6.0.0
diff --git a/toolchain/mpfr/Makefile b/toolchain/mpfr/Makefile
index 954040b85..bb66c7ab0 100644
--- a/toolchain/mpfr/Makefile
+++ b/toolchain/mpfr/Makefile
@@ -3,7 +3,6 @@
include $(TOPDIR)/rules.mk
include ../rules.mk
-include $(TOPDIR)/toolchain/gmp/Makefile.inc
include Makefile.inc
include ${TOPDIR}/mk/buildhlp.mk
@@ -16,7 +15,6 @@ $(WRKBUILD)/.configured:
(cd $(WRKBUILD); \
$(WRKBUILD)/configure \
--prefix=$(STAGING_HOST_DIR)/usr \
- --with-gmp-build=$(GMP_BUILD_DIR) \
--disable-shared \
--enable-static \
);