forked from rosa/hakurei
internal/rosa/llvm: migrate musl
This removes the pointless special treatment given to musl. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -329,12 +329,12 @@ mkdir -vp /work/system/bin
|
||||
}
|
||||
|
||||
boot := t - 1
|
||||
musl, runtimes, clang := boot.NewLLVM()
|
||||
runtimes, clang := boot.NewLLVM()
|
||||
toybox := Toybox
|
||||
if flag&TEarly != 0 {
|
||||
toybox = toyboxEarly
|
||||
}
|
||||
std := []pkg.Artifact{cureEtc{newIANAEtc()}, musl}
|
||||
std := []pkg.Artifact{cureEtc{newIANAEtc()}, boot.Load(Musl)}
|
||||
toolchain := []pkg.Artifact{boot.Load(LLVMCompilerRT), runtimes, clang}
|
||||
utils := []pkg.Artifact{
|
||||
boot.Load(Mksh),
|
||||
|
||||
Reference in New Issue
Block a user