forked from security/hakurei
internal/rosa: export musl
This can be useful externally. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -47,7 +47,7 @@ rmdir -v /work/lib
|
||||
)...)
|
||||
}
|
||||
func init() {
|
||||
artifactsF[musl] = func(t Toolchain) pkg.Artifact {
|
||||
artifactsF[Musl] = func(t Toolchain) pkg.Artifact {
|
||||
return t.newMusl(false, nil)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user