internal/rosa: export musl

This can be useful externally.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-28 22:49:54 +09:00
parent cefd02e960
commit d041fee791
2 changed files with 3 additions and 3 deletions

View File

@@ -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.