Skip to content

Commit

Permalink
fixup! wip: fix demo build
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Nov 24, 2024
1 parent 00a9dcf commit c8e7798
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions examples/hpm6750evkmini/riscv32imafdcp-unknown-none-elf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"arch": "riscv32",
"cpu": "generic-rv32",
"crt-objects-fallback": "false",
"data-layout": "e-m:e-p:32:32-i64:64-n32-S128",
"eh-frame-header": false,
"emit-debug-gdb-scripts": false,
"features": "+m,+a,+c,+f,+d",
"is-builtin": false,
"linker": "rust-lld",
"linker-flavor": "gnu-lld",
"llvm-abiname": "ilp32f",
"llvm-target": "riscv32",
"max-atomic-width": 32,
"metadata": {
"description": "Bare RISC-V (RV32IMAFC ISA)",
"host_tools": false,
"std": false,
"tier": 2
},
"panic-strategy": "abort",
"relocation-model": "static",
"target-pointer-width": "32"
}

0 comments on commit c8e7798

Please sign in to comment.