aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/stage0.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-01 03:09:49 +0900
committerOphestra <cat@gensokyo.uk>2026-05-01 03:36:58 +0900
commitfc66f0bb47dd4634f81aa67bf8fc092945643520 (patch)
treeca4664af315dc0929f7f4034aba29de769197d5a /internal/rosa/stage0.go
parent2cd6b35beeb655ae2a69d17d223063ee5a3e00bb (diff)
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 <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/stage0.go')
-rw-r--r--internal/rosa/stage0.go3
1 files changed, 0 insertions, 3 deletions
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),