Support riscv64gc-unknown-freebsd (#1260)

This commit is contained in:
Tobias Kortkamp 2021-11-27 14:01:23 +00:00 committed by GitHub
parent ca1f7cc1a6
commit 972030f2b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,8 @@
any(
target_arch = "aarch64",
target_arch = "arm",
target_arch = "powerpc64"
target_arch = "powerpc64",
target_arch = "riscv64"
),
allow(dead_code)
)]