Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Paste
P523
riscv rust stdarch
Active
Public
Actions
Authored by
jrtc27
on Nov 7 2021, 5:30 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Flag For Later
Award Token
Tags
None
Referenced Files
F31620627: riscv stdarch
Nov 7 2021, 5:30 PM
2021-11-07 17:30:32 (UTC+0)
Subscribers
None
diff --git a/crates/std_detect/src/detect/os/freebsd/auxvec.rs b/crates/std_detect/src/detect/os/freebsd/auxvec.rs
index f12476ad..29fcc8cb 100644
--- a/crates/std_detect/src/detect/os/freebsd/auxvec.rs
+++ b/crates/std_detect/src/detect/os/freebsd/auxvec.rs
@@ -3,7 +3,8 @@
any(
target_arch = "aarch64",
target_arch = "arm",
- target_arch = "powerpc64"
+ target_arch = "powerpc64",
+ target_arch = "riscv64"
),
allow(dead_code)
)]
Event Timeline
jrtc27
created this paste.
Nov 7 2021, 5:30 PM
2021-11-07 17:30:32 (UTC+0)
jrtc27
created this object in space
S1 Global
.
jrtc27
changed the title of this paste from
riscv stdarch
to
riscv rust stdarch
.
jrtc27
mentioned this in
D32881: WIP: lang/rust: Add riscv64gc-unknown-freebsd target
.
Nov 7 2021, 5:37 PM
2021-11-07 17:37:09 (UTC+0)
Log In to Comment