[COMMITTED] binutils_step_src_release: Use binutils_with_gold
Mark Wielaard
mark@klomp.org
Mon Feb 17 13:55:31 GMT 2025
This binutils target now creates archives without gold.
Change it to binutils_with_gold to create a "full" release archive.
https://snapshots.sourceware.org/binutils/trunk/
---
builder/master.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builder/master.cfg b/builder/master.cfg
index 8fdd711b0959..28c3c599450d 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3161,7 +3161,7 @@ binutils_step_setversion = steps.ShellCommand(
binutils_step_src_release = steps.ShellCommand(
workdir='binutils-gdb',
name="src-release",
- command="./src-release.sh -x binutils")
+ command="./src-release.sh -x binutils_with_gold")
binutils_create_output_step = steps.ShellCommand(
workdir='binutils-gdb',
name="create output",
--
2.48.1
More information about the Binutils
mailing list