diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-08-25 15:04:57 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-08-25 15:26:35 +0900 |
| commit | ce53fa9249df44e0321f880adf8dd1d4ba0e8c60 (patch) | |
| tree | 0bdb1768fad3d0e89d0e2e5131bb317a7c7e43b1 /internal/rosa/llvm.go | |
| parent | 18ba73c9571f4dbf07a14c980c4bb86d234fa136 (diff) | |
internal/rosa/llvm: early-runtimes for gentoo stage only
This bootstrap step is not required for a native Rosa OS stage0 distribution.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/llvm.go')
| -rw-r--r-- | internal/rosa/llvm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go index 85f4292d..9e958639 100644 --- a/internal/rosa/llvm.go +++ b/internal/rosa/llvm.go @@ -64,7 +64,7 @@ func init() { meta.Version = _meta.Version early := _muslHeaders - if t.stage.isStage0() { + if t.stage.isStage0() && !t.stage.isRosa() { // The LLVM build system uses the system installation when building with // LLVM_LINK_LLVM_DYLIB, since it builds runtimes after the fact, using // the just-built toolchain. This is unacceptable in stage0 due to the |
