mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
14 lines
210 B
JSON
14 lines
210 B
JSON
{
|
|
"inherits": ["riscv"],
|
|
"llvm-target": "riscv64--none",
|
|
"build-tags": ["tinygo.riscv64"],
|
|
"cflags": [
|
|
"--target=riscv64--none",
|
|
"-march=rv64gc",
|
|
"-mabi=lp64"
|
|
],
|
|
"ldflags": [
|
|
"-melf64lriscv"
|
|
]
|
|
}
|