We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3e93c commit ebb1a52Copy full SHA for ebb1a52
src/librustc_target/spec/riscv64gc_unknown_none_elf.rs
@@ -20,7 +20,7 @@ pub fn target() -> TargetResult {
20
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86005
21
max_atomic_width: None, //Some(32),
22
atomic_cas: false,
23
- features: "+m,+c".to_string(),
+ features: "+m,+a,+f,+d,+c".to_string(),
24
executables: true,
25
panic_strategy: PanicStrategy::Abort,
26
relocation_model: "static".to_string(),
0 commit comments