From 65b7dd8b37e3a4eac6a4081f147f98b9a251da91 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 7 May 2026 19:45:36 +0900 Subject: internal/rosa: configurable architecture This enables curing via binfmt. Signed-off-by: Ophestra --- internal/rosa/all.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/rosa/all.go') 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. // -- cgit v1.3.1