Skip to content

Commit 5b6c66f

Browse files
committed
Fix cross-compile for riscv64a23 target
Signed-off-by: Zhongyao Chen <[email protected]>
1 parent 5c5a9f7 commit 5b6c66f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jemalloc-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ fn gnu_target(target: &str) -> String {
411411
"x86_64-pc-windows-gnu" => "x86_64-w64-mingw32".to_string(),
412412
"armv7-linux-androideabi" => "arm-linux-androideabi".to_string(),
413413
"riscv64gc-unknown-linux-gnu" => "riscv64-linux-gnu".to_string(),
414+
"riscv64a23-unknown-linux-gnu" => "riscv64-linux-gnu".to_string(),
414415
"riscv64gc-unknown-linux-musl" => "riscv64-linux-musl".to_string(),
415416
s => s.to_string(),
416417
}

0 commit comments

Comments
 (0)