summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-gmp.make7
1 files changed, 4 insertions, 3 deletions
diff --git a/rules/host-gmp.make b/rules/host-gmp.make
index 89bf2c2..91b43e8 100644
--- a/rules/host-gmp.make
+++ b/rules/host-gmp.make
@@ -16,8 +16,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_GMP) += host-gmp
#
# Paths and names
#
-HOST_GMP_VERSION := 5.1.3
-HOST_GMP_MD5 := e5fe367801ff067b923d1e6a126448aa
+HOST_GMP_VERSION := 6.0.0a
+HOST_GMP_MD5 := 1e6da4e434553d2811437aa42c7f7c76
HOST_GMP := gmp-$(HOST_GMP_VERSION)
HOST_GMP_SUFFIX := tar.xz
HOST_GMP_URL := $(call ptx/mirror, GNU, gmp/$(HOST_GMP).$(HOST_GMP_SUFFIX))
@@ -37,6 +37,7 @@ HOST_GMP_CONF_TOOL := autoconf
HOST_GMP_CONF_OPT := \
$(PTX_HOST_AUTOCONF) \
--disable-shared \
- --enable-static
+ --enable-static \
+ --without-readline
# vim: syntax=make