From abff70e2b2bbd5e5be412c2eec82070cdec99dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Tue, 7 May 2024 12:10:40 +0200 Subject: [PATCH] use binutils 2.42 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Poulhiès --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index f65bd1c..5fc81d7 100755 --- a/build/build.sh +++ b/build/build.sh @@ -12,7 +12,7 @@ VERSION=$1 LANGUAGES=c,c++,fortran,ada,objc,obj-c++ PLUGINS= BINUTILS_GITURL=https://sourceware.org/git/binutils-gdb.git -BINUTILS_VERSION=2.40 +BINUTILS_VERSION=2.42 BINUTILS_REVISION=$BINUTILS_VERSION CONFIG=""