Skip to content

Commit

Permalink
Fix format of the targets JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
romainreignier committed Nov 17, 2024
1 parent b05d1a7 commit c8ede37
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
34 changes: 17 additions & 17 deletions riscv32ec-unknown-none-elf.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"arch": "riscv32",
"atomic-cas": false,
"cpu": "generic-rv32",
"crt-objects-fallback": "false",
"data-layout": "e-m:e-p:32:32-i64:64-n32-S32",
"eh-frame-header": false,
"emit-debug-gdb-scripts": false,
"features": "+e,+c,+forced-atomics",
"linker": "rust-lld",
"linker-flavor": "gnu-lld",
"llvm-target": "riscv32",
"llvm-abiname": "ilp32e",
"max-atomic-width": 32,
"panic-strategy": "abort",
"relocation-model": "static",
"target-pointer-width": "32"
}
"arch": "riscv32",
"atomic-cas": false,
"cpu": "generic-rv32",
"crt-objects-fallback": "false",
"data-layout": "e-m:e-p:32:32-i64:64-n32-S32",
"eh-frame-header": false,
"emit-debug-gdb-scripts": false,
"features": "+e,+c,+forced-atomics",
"linker": "rust-lld",
"linker-flavor": "gnu-lld",
"llvm-target": "riscv32",
"llvm-abiname": "ilp32e",
"max-atomic-width": 32,
"panic-strategy": "abort",
"relocation-model": "static",
"target-pointer-width": "32"
}
3 changes: 1 addition & 2 deletions riscv32imfc-unknown-none-elf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
"eh-frame-header": false,
"emit-debug-gdb-scripts": false,
"features": "+m,+f,+c,+forced-atomics",
"is-builtin": false,
"linker": "rust-lld",
"linker-flavor": "gnu-lld",
"llvm-abiname": "ilp32f",
"llvm-target": "riscv32",
"llvm-abiname": "ilp32f",
"max-atomic-width": 32,
"panic-strategy": "abort",
"relocation-model": "static",
Expand Down

0 comments on commit c8ede37

Please sign in to comment.