aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/riscv64.json
blob: fc45c91c1f381c7f2fb1b4fca2eb7b94f6a82a02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"inherits": ["riscv"],
	"llvm-target": "riscv64-unknown-none",
	"target-abi": "lp64",
	"build-tags": ["tinygo.riscv64"],
	"cflags": [
		"-march=rv64gc"
	],
	"ldflags": [
		"-melf64lriscv"
	]
}