From ac825640ab2d03d47101f36a81b9edab7204fced Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 14 Apr 2026 00:35:06 +0900 Subject: internal/rosa/llvm: migrate musl This removes the pointless special treatment given to musl. Signed-off-by: Ophestra --- internal/rosa/rosa.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/rosa/rosa.go') 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), -- cgit v1.3.1