aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/stage0.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/stage0.go')
-rw-r--r--internal/rosa/stage0.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/stage0.go b/internal/rosa/stage0.go
index ae5dc611..d147440e 100644
--- a/internal/rosa/stage0.go
+++ b/internal/rosa/stage0.go
@@ -7,9 +7,9 @@ import (
)
func (t Toolchain) newStage0() (pkg.Artifact, string) {
- musl, runtimes, clang := t.NewLLVM()
+ runtimes, clang := t.NewLLVM()
return t.New("rosa-stage0", 0, []pkg.Artifact{
- musl,
+ t.Load(Musl),
t.Load(LLVMCompilerRT),
runtimes,
clang,