Skip to content

Commit 295c7f5

Browse files
eschnettgiordano
authored andcommitted
GCC 14: Build with binutils 2.43.1
1 parent 7b343f8 commit 295c7f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

0_RootFS/gcc_sources.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function gcc_sources(gcc_version::VersionNumber, compiler_target::Platform; kwar
186186
v"11.1.0" => v"2.36",
187187
v"12.1.0" => v"2.38",
188188
v"13.2.0" => v"2.41",
189-
v"14.2.0" => v"2.41",
189+
v"14.2.0" => v"2.43.1",
190190
)
191191

192192
# Everyone else uses GNU Binutils, but we have to version carefully.
@@ -235,6 +235,10 @@ function gcc_sources(gcc_version::VersionNumber, compiler_target::Platform; kwar
235235
ArchiveSource("https://ftp.gnu.org/gnu/binutils/binutils-2.41.tar.xz",
236236
"ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450"),
237237
],
238+
v"2.43.1" => [
239+
ArchiveSource("https://ftp.gnu.org/gnu/binutils/binutils-2.43.1.tar.xz",
240+
"13f74202a3c4c51118b797a39ea4200d3f6cfbe224da6d1d95bb938480132dfd"),
241+
],
238242
)
239243
binutils_version = binutils_gcc_version_mapping[gcc_version]
240244
binutils_sources = binutils_version_sources[binutils_version]

0 commit comments

Comments
 (0)