aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-08 01:00:15 +0900
committerOphestra <cat@gensokyo.uk>2026-02-08 01:00:15 +0900
commit2f3e323c466a9ec7b386a38e7c4c8c823a2d5501 (patch)
tree941382c30490100f3a0832ac01541bc3843ea334 /internal/rosa/all.go
parent1fc9c3200ffeae6ca287af4adb040f13608f09ee (diff)
internal/rosa/gnu: gcc toolchain artifact
This toolchain is hacked to pieces. It works well enough to bootstrap Go, though. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go4
1 files changed, 4 insertions, 0 deletions
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
)