mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
2b7f562202
This commit switches to LLVM 15 everywhere by default, while still keeping LLVM 14 support.
9 lines
262 B
JSON
9 lines
262 B
JSON
{
|
|
"inherits": ["riscv32"],
|
|
"features": "+a,+c,+m,-relax,-save-restore",
|
|
"build-tags": ["virt", "qemu"],
|
|
"default-stack-size": 4096,
|
|
"linkerscript": "targets/riscv-qemu.ld",
|
|
"emulator": "qemu-system-riscv32 -machine virt -nographic -bios none -kernel {}"
|
|
}
|