Skip to content

Commit 47217b0

Browse files
committed
Toolchains: Upgrade binutils build
1 parent 979f825 commit 47217b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BinaryBuilderToolchains.jl/src/toolchains/CToolchain.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ struct CToolchain <: AbstractToolchain
5050
use_ccache = true,
5151
gcc_version = VersionSpec("9"),
5252
llvm_version = VersionSpec("17"),
53-
binutils_version = v"2.38.0+4",
53+
binutils_version = v"2.41.0",
5454
glibc_version = :oldest,
5555
compiler_runtime = :auto,
5656
cxx_runtime = :auto,
@@ -325,7 +325,7 @@ function jll_source_selection(vendor::Symbol, platform::CrossPlatform,
325325
platform;
326326
repo=Pkg.Types.GitRepo(
327327
#rev="bb2/GCC",
328-
rev="9d7845d0fe787d7a15635e3a9fbd5b6c787229ca",
328+
rev="c5da93839bef6c88d3b7ecf4109eb9fe0c716a34",
329329
source="https://github.com/staticfloat/Binutils_jll.jl",
330330
),
331331
# eventually, include a resolved version

0 commit comments

Comments
 (0)