diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-07 19:45:36 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-07 20:01:44 +0900 |
| commit | 65b7dd8b37e3a4eac6a4081f147f98b9a251da91 (patch) | |
| tree | 77d4235210ec5d0155c9bd0969027b68f396dfcc /internal/rosa/all.go | |
| parent | 8d72b9e5bd8d99cbd32ce0ebe2f5da8e9b1d88ce (diff) | |
internal/rosa: configurable architecture
This enables curing via binfmt.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index c8eddd7f..4966db49 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -183,7 +183,8 @@ const ( // PresetUnexportedStart is the first unexported preset. PresetUnexportedStart - llvmSource = iota - 1 + stage0Dist = iota - 1 + llvmSource // earlyCompilerRT is an early, standalone compiler-rt installation for the // standalone runtimes build. // |
