Skip to content

Commit

Permalink
add definitions for s390x musl targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini committed Feb 15, 2021
1 parent b035574 commit 88de388
Show file tree
Hide file tree
Showing 3 changed files with 846 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/unix/linux_like/linux/musl/b64/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ cfg_if! {
} else if #[cfg(any(target_arch = "powerpc64"))] {
mod powerpc64;
pub use self::powerpc64::*;
} else if #[cfg(any(target_arch = "s390x"))] {
mod s390x;
pub use self::s390x::*;
} else if #[cfg(any(target_arch = "x86_64"))] {
mod x86_64;
pub use self::x86_64::*;
Expand Down

0 comments on commit 88de388

Please sign in to comment.