Skip to content

Commit 81c8804

Browse files
author
Tobias Kortkamp
committed
Add riscv64gc-unknown-freebsd
1 parent 72500ff commit 81c8804

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

std/src/os/raw/mod.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ type_alias! { "char.md", c_char = u8, NonZero_c_char = NonZeroU8;
6969
target_arch = "aarch64",
7070
target_arch = "arm",
7171
target_arch = "powerpc",
72-
target_arch = "powerpc64"
72+
target_arch = "powerpc64",
73+
target_arch = "riscv64"
7374
)
7475
),
7576
all(
@@ -112,7 +113,8 @@ type_alias! { "char.md", c_char = i8, NonZero_c_char = NonZeroI8;
112113
target_arch = "aarch64",
113114
target_arch = "arm",
114115
target_arch = "powerpc",
115-
target_arch = "powerpc64"
116+
target_arch = "powerpc64",
117+
target_arch = "riscv64"
116118
)
117119
),
118120
all(

0 commit comments

Comments
 (0)