aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-28 22:49:54 +0900
committerOphestra <cat@gensokyo.uk>2026-02-28 22:49:54 +0900
commitd041fee791b3b9a506665a75bd34c3d7f22c8753 (patch)
treeee4766f1bceebd441fb7b5ea8509f8290a1edc49 /internal/rosa/all.go
parentcefd02e960fa80e4cfba1050148c61cad3f95bd2 (diff)
internal/rosa: export musl
This can be useful externally. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index a56652e4..22ba015f 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -123,8 +123,8 @@ const (
buildcatrust
utilMacros
- // musl is a standalone libc that does not depend on the toolchain.
- musl
+ // Musl is a standalone libc that does not depend on the toolchain.
+ Musl
// 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.