mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 19:44:00 +00:00
risc-v: add support for 64-bit RISC-V CPUs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"inherits": ["riscv"],
|
||||
"llvm-target": "riscv32--none",
|
||||
"cflags": [
|
||||
"--target=riscv32--none",
|
||||
"-march=rv32imac",
|
||||
"-mabi=ilp32"
|
||||
],
|
||||
"ldflags": [
|
||||
"-melf32lriscv"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user