aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/gcc/package.az
AgeCommit message (Collapse)Author
3 daysinternal/rosa/package/gcc: remove unused binutils codeOphestra
This is blowing up -Wunused-but-set-global in the upcoming toolchain update. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-10internal/rosa: improve helper bindingsOphestra
This uses more intuitive names for some arguments and inverts their default value. Slices and nil-capable strings replace skip arguments. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-08internal/rosa/package/gcc: 16.1.0 to 16.2.0Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-30internal/rosa/package: use mirrors.kernel.orgOphestra
The GNU mirror redirector was down yet again, and I have had enough. This change replaces all mentions of ftpmirror.gnu.org with mirrors.kernel.org. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-30internal/rosa/package/gcc: binutils 2.46.1 to 2.47Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-19internal/rosa: optionally exclude toolchain in azaleaOphestra
This is useful for edge cases where programs rely on gcc bugs to behave correctly. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/gcc: binutils 2.46.0 to 2.46.1Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-24internal/rosa/azalea: replace binding tokenOphestra
This replaces the '*' placeholder with a less confusing '#'. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-18internal/rosa/package: migrate gccOphestra
The azalea implementation used an adaptation of this as testdata. Signed-off-by: Ophestra <cat@gensokyo.uk>