internal/rosa: expose standalone musl

This is useful in the system image and might also be used elsewhere.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-26 14:21:32 +09:00
parent 085eaed7ba
commit 826347fe1f
2 changed files with 8 additions and 0 deletions

View File

@@ -122,6 +122,9 @@ const (
buildcatrust
utilMacros
// 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.
gcc