We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5a9f7 commit 5b6c66fCopy full SHA for 5b6c66f
jemalloc-sys/build.rs
@@ -411,6 +411,7 @@ fn gnu_target(target: &str) -> String {
411
"x86_64-pc-windows-gnu" => "x86_64-w64-mingw32".to_string(),
412
"armv7-linux-androideabi" => "arm-linux-androideabi".to_string(),
413
"riscv64gc-unknown-linux-gnu" => "riscv64-linux-gnu".to_string(),
414
+ "riscv64a23-unknown-linux-gnu" => "riscv64-linux-gnu".to_string(),
415
"riscv64gc-unknown-linux-musl" => "riscv64-linux-musl".to_string(),
416
s => s.to_string(),
417
}
0 commit comments