From 2f3e323c466a9ec7b386a38e7c4c8c823a2d5501 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 8 Feb 2026 01:00:15 +0900 Subject: internal/rosa/gnu: gcc toolchain artifact This toolchain is hacked to pieces. It works well enough to bootstrap Go, though. Signed-off-by: Ophestra --- internal/rosa/all.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'internal/rosa/all.go') diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 560d0405..fbe27445 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -78,6 +78,10 @@ const ( buildcatrust + // gcc is a hacked-to-pieces GCC toolchain meant for use in intermediate + // stages only. This preset and its direct output must never be exposed. + gcc + // _presetEnd is the total number of presets and does not denote a preset. _presetEnd ) -- cgit v1.3.1