Skip to content

Commit c15f74e

Browse files
committed
Add bindings for sparc64
1 parent 44aac00 commit c15f74e

File tree

2 files changed

+2414
-0
lines changed

2 files changed

+2414
-0
lines changed

sys/src/linux/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
#[cfg_attr(target_arch = "x86_64", path = "x86_64.rs")]
33
#[cfg_attr(target_arch = "arm", path = "arm.rs")]
44
#[cfg_attr(target_arch = "aarch64", path = "aarch64.rs")]
5+
#[cfg_attr(target_arch = "sparc64", path = "sparc64.rs")]
56
mod unsupported;
67
pub use unsupported::*;

0 commit comments

Comments
 (0)