Lowercase the feature flags for riscv64-linux-android
This commit is contained in:
parent
899f81fcb8
commit
166c353484
@ -9,7 +9,7 @@ pub fn target() -> Target {
|
||||
options: TargetOptions {
|
||||
code_model: Some(CodeModel::Medium),
|
||||
cpu: "generic-rv64".into(),
|
||||
features: "+m,+a,+f,+d,+c,+Zba,+Zbb,+Zbs,+V".into(),
|
||||
features: "+m,+a,+f,+d,+c,+zba,+zbb,+zbs,+v".into(),
|
||||
llvm_abiname: "lp64d".into(),
|
||||
supported_sanitizers: SanitizerSet::ADDRESS,
|
||||
max_atomic_width: Some(64),
|
||||
|
Loading…
Reference in New Issue
Block a user