diff options
Diffstat (limited to 'internal/rosa/rosa.go')
| -rw-r--r-- | internal/rosa/rosa.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go index 89f1c900..b2ae683b 100644 --- a/internal/rosa/rosa.go +++ b/internal/rosa/rosa.go @@ -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), |
