Skip to content

Commit fa759f4

Browse files
committed
Disable C extension to avoid miscompilation.
1 parent 69794a1 commit fa759f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv32imac-unknown-none.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"arch": "riscv",
77
"os": "none",
88
"cpu": "generic-rv32",
9-
"features": "+m,+a,+c",
9+
"features": "+m,+a",
1010
"max-atomic-width": 32,
1111
"target-c-int-width": "32",
1212
"linker": "ld.lld",

0 commit comments

Comments
 (0)