summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-06-10 14:22:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-12-19 15:55:28 +0100
commit9602362b96f782965152cf387f3fb11e805ba40d (patch)
tree3ac2d75492010ff149105b907a6269b0e115bcb7 /rules
parent1ccfd50ab8be791e29ca939a8e3fab21371013f0 (diff)
downloadOSELAS.Toolchain-9602362b96f782965152cf387f3fb11e805ba40d.tar.gz
OSELAS.Toolchain-9602362b96f782965152cf387f3fb11e805ba40d.tar.xz
host-gmp: version bump 5.0.5 -> 5.1.3
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/host-gmp.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/host-gmp.make b/rules/host-gmp.make
index b139aed..a1964ec 100644
--- a/rules/host-gmp.make
+++ b/rules/host-gmp.make
@@ -16,10 +16,10 @@ HOST_PACKAGES-$(PTXCONF_HOST_GMP) += host-gmp
#
# Paths and names
#
-HOST_GMP_VERSION := 5.0.5
-HOST_GMP_MD5 := 041487d25e9c230b0c42b106361055fe
+HOST_GMP_VERSION := 5.1.3
+HOST_GMP_MD5 := e5fe367801ff067b923d1e6a126448aa
HOST_GMP := gmp-$(HOST_GMP_VERSION)
-HOST_GMP_SUFFIX := tar.bz2
+HOST_GMP_SUFFIX := tar.xz
HOST_GMP_URL := $(call ptx/mirror, GNU, gmp/$(HOST_GMP).$(HOST_GMP_SUFFIX))
HOST_GMP_SOURCE := $(SRCDIR)/$(HOST_GMP).$(HOST_GMP_SUFFIX)
HOST_GMP_DIR := $(HOST_BUILDDIR)/$(HOST_GMP)