1
0
forked from rosa/hakurei

internal/rosa/stage0: add riscv64 tarball

This had not yet passed all test suites because emulator is prohibitively slow.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-06 13:37:44 +09:00
parent cd0beeaf8e
commit 0243f3ffbd
6 changed files with 11468 additions and 0 deletions

View File

@@ -207,6 +207,8 @@ func (t Toolchain) newLLVM() (musl, compilerRT, runtimes, clang pkg.Artifact) {
target = "X86"
case "arm64":
target = "AArch64"
case "riscv64":
target = "RISCV"
default:
panic("unsupported target " + runtime.GOARCH)