From fc66f0bb47dd4634f81aa67bf8fc092945643520 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 1 May 2026 03:09:49 +0900 Subject: internal/rosa/llvm: use llvm build system This removes the multistep bootstrap hack. Stage0 exceptions are also eliminated for a later change to bring the stage0 distribution down to just a bare toolchain, toybox and shell. This change also enables dynamic linking and ThinLTO. Signed-off-by: Ophestra --- internal/rosa/stage0.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'internal/rosa/stage0.go') diff --git a/internal/rosa/stage0.go b/internal/rosa/stage0.go index 747fd802..0afaddfb 100644 --- a/internal/rosa/stage0.go +++ b/internal/rosa/stage0.go @@ -9,9 +9,6 @@ import ( func (t Toolchain) newStage0() (pkg.Artifact, string) { return t.New("rosa-stage0", 0, []pkg.Artifact{ t.Load(Musl), - t.Load(CompilerRT), - t.Load(LLVMRuntimes), - t.Load(Clang), t.Load(Zlib), t.Load(Bzip2), -- cgit v1.3.1