[RISCV] Disable atomics for riscv32imc-unknown-none-elf.
This commit is contained in:
parent
8dfd5c39a1
commit
173c67948b
@ -27,7 +27,8 @@ pub fn target() -> TargetResult {
|
||||
options: TargetOptions {
|
||||
linker: Some("rust-lld".to_string()),
|
||||
cpu: "generic-rv32".to_string(),
|
||||
max_atomic_width: Some(32),
|
||||
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86005
|
||||
max_atomic_width: None, //Some(32),
|
||||
atomic_cas: false,
|
||||
features: "+m,+c".to_string(),
|
||||
executables: true,
|
||||
|
Loading…
Reference in New Issue
Block a user