diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-09 00:50:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-09 00:55:07 +0900 |
| commit | e1b8607101bf36db35782ca5a4f096007604a18c (patch) | |
| tree | 859d356544d4b079da53e2fcb9c8747de12dcc33 /internal/rosa/cmake.go | |
| parent | 3d3bd45b95d4f4e2c2c6c463329dde7702b8a381 (diff) | |
internal/rosa: rename stage0 toolchain
This is stage0 relative to Rosa OS, and stage3 relative to the toolchain it is compiled on (Gentoo in this case). Referring to the toolchain itself as stage3 is counterintuitive and misleading.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/cmake.go')
| -rw-r--r-- | internal/rosa/cmake.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/cmake.go b/internal/rosa/cmake.go index 13ad9177..8d7129a7 100644 --- a/internal/rosa/cmake.go +++ b/internal/rosa/cmake.go @@ -97,7 +97,7 @@ func (t Toolchain) NewViaCMake( } sourcePath := AbsUsrSrc.Append(name) - return t.New(name+"-"+variant+"-"+version, attr.Flag, stage3Concat(t, extra, + return t.New(name+"-"+variant+"-"+version, attr.Flag, stage0Concat(t, extra, t.Load(CMake), t.Load(Ninja), ), nil, slices.Concat([]string{ |
