From c0ea57dd098c5eb60368a70181d0c3f5f9489d09 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 1 Feb 2020 18:54:28 +0100 Subject: [PATCH] carl9170 toolchain: update binutils, newlib and gmp This patch updates three toolchain sources: binutils - 2.34 newlib - 3.3.0 gmp - 6.2.0 Signed-off-by: Christian Lamparter --- toolchain/Makefile | 6 +++--- toolchain/SHA256SUMS | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/toolchain/Makefile b/toolchain/Makefile index ee42f80..750253b 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -1,8 +1,8 @@ -BINUTILS_VER=2.33.1 +BINUTILS_VER=2.34 BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.xz BINUTILS_URL="http://mirrors.kernel.org/gnu/binutils/$(BINUTILS_TAR)" -NEWLIB_VER=3.1.0 +NEWLIB_VER=3.3.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" @@ -14,7 +14,7 @@ MPFR_VER=4.0.2 MPFR_TAR=mpfr-$(MPFR_VER).tar.xz MPFR_URL="http://ftpmirror.gnu.org/gnu/mpfr/$(MPFR_TAR)" -GMP_VER=6.1.2 +GMP_VER=6.2.0 GMP_TAR=gmp-$(GMP_VER).tar.xz GMP_URL="http://ftpmirror.gnu.org/gnu/gmp/$(GMP_TAR)" diff --git a/toolchain/SHA256SUMS b/toolchain/SHA256SUMS index 6ef1f00..59a90f6 100644 --- a/toolchain/SHA256SUMS +++ b/toolchain/SHA256SUMS @@ -4,3 +4,6 @@ fb4fa1cc21e9060719208300a61420e4089d6de6ef59cf533b57fe74801d102a src/newlib-3.1 1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a src/mpfr-4.0.2.tar.xz ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf src/binutils-2.33.1.tar.xz ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206 src/gcc-9.2.0.tar.xz +f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952 src/binutils-2.34.tar.xz +258e6cd51b3fbdfc185c716d55f82c08aff57df0c6fbd143cf6ed561267a1526 src/gmp-6.2.0.tar.xz +58dd9e3eaedf519360d92d84205c3deef0b3fc286685d1c562e245914ef72c66 src/newlib-3.3.0.tar.gz -- 2.31.1