Skip to content

Commit

Permalink
Remove target features in VxWokrs RISC-V spec as they are automatical…
Browse files Browse the repository at this point in the history
…ly added by clang
  • Loading branch information
biabbas committed Sep 25, 2024
1 parent 4957eda commit 7533b02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pub(crate) fn target() -> Target {
cpu: "generic-rv32".into(),
llvm_abiname: "ilp32d".into(),
max_atomic_width: Some(32),
features: "+m,+a,+f,+d,+c,+zicsr".into(),
stack_probes: StackProbeType::Inline,
..base::vxworks::opts()
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pub(crate) fn target() -> Target {
cpu: "generic-rv64".into(),
llvm_abiname: "lp64d".into(),
max_atomic_width: Some(64),
features: "+m,+a,+f,+d,+c,+zicsr".into(),
stack_probes: StackProbeType::Inline,
..base::vxworks::opts()
},
Expand Down

0 comments on commit 7533b02

Please sign in to comment.