Skip to content

Commit 7f61e19

Browse files
author
Tobias Kortkamp
authored
Support riscv64gc-unknown-freebsd (#1260)
1 parent f4fd7ef commit 7f61e19

File tree

1 file changed

+2
-1
lines changed
  • crates/std_detect/src/detect/os/freebsd

1 file changed

+2
-1
lines changed

crates/std_detect/src/detect/os/freebsd/auxvec.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
any(
44
target_arch = "aarch64",
55
target_arch = "arm",
6-
target_arch = "powerpc64"
6+
target_arch = "powerpc64",
7+
target_arch = "riscv64"
78
),
89
allow(dead_code)
910
)]

0 commit comments

Comments
 (0)