Skip to content

Commit 166c353

Browse files
committed
Lowercase the feature flags for riscv64-linux-android
1 parent 899f81f commit 166c353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/riscv64_linux_android.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub fn target() -> Target {
99
options: TargetOptions {
1010
code_model: Some(CodeModel::Medium),
1111
cpu: "generic-rv64".into(),
12-
features: "+m,+a,+f,+d,+c,+Zba,+Zbb,+Zbs,+V".into(),
12+
features: "+m,+a,+f,+d,+c,+zba,+zbb,+zbs,+v".into(),
1313
llvm_abiname: "lp64d".into(),
1414
supported_sanitizers: SanitizerSet::ADDRESS,
1515
max_atomic_width: Some(64),

0 commit comments

Comments
 (0)