Skip to content

Instantly share code, notes, and snippets.

@9names
Created February 25, 2022 07:34
Show Gist options
  • Save 9names/d0a223b93f2d061278ef92dfc3f2d09f to your computer and use it in GitHub Desktop.
Save 9names/d0a223b93f2d061278ef92dfc3f2d09f to your computer and use it in GitHub Desktop.
{
"arch": "riscv32",
"cpu": "generic-rv32",
"data-layout": "e-m:e-p:32:32-i64:64-n32-S128",
"eh-frame-header": false,
"emit-debug-gdb-scripts": false,
"executables": true,
"features": "+m,+a",
"linker": "rust-lld",
"linker-flavor": "ld.lld",
"llvm-abiname": "ilp32",
"llvm-target": "riscv32",
"max-atomic-width": 32,
"panic-strategy": "abort",
"relocation-model": "static",
"target-pointer-width": "32"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment