Skip to content

Commit ac657ec

Browse files
committed
Only bother with Binutils 2.41 for now
We can expand to more versions later, looks like there's some problem with the Windows build with GCC 14
1 parent d71e614 commit ac657ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/Binutils/build_tarballs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ for varname in tool_names
103103
push!(products, ExecutableProduct("\${bindir}/\${target}-$(tool_name)", varname))
104104
end
105105

106-
for version in keys(binutils_version_sources)
106+
for version in (v"2.41",) #keys(binutils_version_sources)
107107
build_tarballs(;
108108
src_name = "Binutils",
109109
src_version = version,

0 commit comments

Comments
 (0)