14 lines
220 B
JSON
14 lines
220 B
JSON
|
|
{
|
||
|
|
"inherits": ["riscv"],
|
||
|
|
"llvm-target": "riscv64-unknown-none",
|
||
|
|
"cpu": "generic-rv64",
|
||
|
|
"target-abi": "lp64",
|
||
|
|
"build-tags": ["tinygo.riscv64"],
|
||
|
|
"cflags": [
|
||
|
|
"-march=rv64gc"
|
||
|
|
],
|
||
|
|
"ldflags": [
|
||
|
|
"-melf64lriscv"
|
||
|
|
]
|
||
|
|
}
|