github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/targets/riscv64.json (about)

     1  {
     2  	"inherits": ["riscv"],
     3  	"llvm-target": "riscv64-unknown-none",
     4  	"cpu": "generic-rv64",
     5  	"target-abi": "lp64",
     6  	"build-tags": ["tinygo.riscv64"],
     7  	"cflags": [
     8  		"-march=rv64gc"
     9  	],
    10  	"ldflags": [
    11  		"-melf64lriscv"
    12  	]
    13  }