Skip to content

Commit ebb1a52

Browse files
committed
Pass more features to LLVM
1 parent de3e93c commit ebb1a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_target/spec/riscv64gc_unknown_none_elf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub fn target() -> TargetResult {
2020
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86005
2121
max_atomic_width: None, //Some(32),
2222
atomic_cas: false,
23-
features: "+m,+c".to_string(),
23+
features: "+m,+a,+f,+d,+c".to_string(),
2424
executables: true,
2525
panic_strategy: PanicStrategy::Abort,
2626
relocation_model: "static".to_string(),

0 commit comments

Comments
 (0)