remove rva23s64 from riscv64a23-unknown-linux-gnu target

This commit is contained in:
Zhongyao Chen 2025-08-19 08:58:48 +08:00
parent 224fd13a9c
commit ce07b5d3fc
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ pub(crate) fn target() -> Target {
options: TargetOptions {
code_model: Some(CodeModel::Medium),
cpu: "generic-rv64".into(),
features: "+rva23u64,+rva23s64".into(),
features: "+rva23u64".into(),
llvm_abiname: "lp64d".into(),
max_atomic_width: Some(64),
supported_split_debuginfo: Cow::Borrowed(&[SplitDebuginfo::Off]),

View file

@ -3,7 +3,7 @@
**Tier: 3**
RISC-V target using the ratified [RVA23 Profile](https://github.com/riscv/riscv-profiles/blob/main/src/rva23-profile.adoc).
This target will enable all mandary features of rva23u64 and rva23s64 by default.
This target will enable all mandary features of rva23u64 by default.
## Target maintainers