Skip to content

Commit c76840c

Browse files
Update targets json files with new rustc format (#23)
See rust-lang/rust#144218
1 parent e08a112 commit c76840c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

riscv32ec-unknown-none-elf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"max-atomic-width": 32,
1515
"panic-strategy": "abort",
1616
"relocation-model": "static",
17-
"target-pointer-width": "32"
17+
"target-pointer-width": 32
1818
}

riscv32imfc-unknown-none-elf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"max-atomic-width": 32,
1515
"panic-strategy": "abort",
1616
"relocation-model": "static",
17-
"target-pointer-width": "32"
17+
"target-pointer-width": 32
1818
}

0 commit comments

Comments
 (0)