Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7533b02

Browse files
committedSep 25, 2024·
Remove target features in VxWokrs RISC-V spec as they are automatically added by clang
1 parent 4957eda commit 7533b02

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎compiler/rustc_target/src/spec/targets/riscv32_wrs_vxworks.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pub(crate) fn target() -> Target {
1616
cpu: "generic-rv32".into(),
1717
llvm_abiname: "ilp32d".into(),
1818
max_atomic_width: Some(32),
19-
features: "+m,+a,+f,+d,+c,+zicsr".into(),
2019
stack_probes: StackProbeType::Inline,
2120
..base::vxworks::opts()
2221
},

‎compiler/rustc_target/src/spec/targets/riscv64_wrs_vxworks.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pub(crate) fn target() -> Target {
1616
cpu: "generic-rv64".into(),
1717
llvm_abiname: "lp64d".into(),
1818
max_atomic_width: Some(64),
19-
features: "+m,+a,+f,+d,+c,+zicsr".into(),
2019
stack_probes: StackProbeType::Inline,
2120
..base::vxworks::opts()
2221
},

0 commit comments

Comments
 (0)
Please sign in to comment.