Remove outdated cfg on le32
See https://github.com/rust-lang/rust/pull/45041 for the removal of the target (le32-unknown-nacl).
This commit is contained in:
parent
9467f95531
commit
dde74fe092
3 changed files with 1 additions and 8 deletions
|
@ -24,12 +24,7 @@ pub type pthread_t = c_ulong;
|
||||||
#[stable(feature = "raw_ext", since = "1.1.0")]
|
#[stable(feature = "raw_ext", since = "1.1.0")]
|
||||||
pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
|
pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
|
||||||
|
|
||||||
#[cfg(any(
|
#[cfg(any(target_arch = "x86", target_arch = "powerpc", target_arch = "arm"))]
|
||||||
target_arch = "x86",
|
|
||||||
target_arch = "le32",
|
|
||||||
target_arch = "powerpc",
|
|
||||||
target_arch = "arm"
|
|
||||||
))]
|
|
||||||
mod arch {
|
mod arch {
|
||||||
use crate::os::raw::{c_long, c_short, c_uint};
|
use crate::os::raw::{c_long, c_short, c_uint};
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,6 @@ pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
|
||||||
|
|
||||||
#[cfg(any(
|
#[cfg(any(
|
||||||
target_arch = "x86",
|
target_arch = "x86",
|
||||||
target_arch = "le32",
|
|
||||||
target_arch = "m68k",
|
target_arch = "m68k",
|
||||||
target_arch = "powerpc",
|
target_arch = "powerpc",
|
||||||
target_arch = "sparc",
|
target_arch = "sparc",
|
||||||
|
|
|
@ -26,7 +26,6 @@ pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
|
||||||
|
|
||||||
#[cfg(any(
|
#[cfg(any(
|
||||||
target_arch = "x86",
|
target_arch = "x86",
|
||||||
target_arch = "le32",
|
|
||||||
target_arch = "m68k",
|
target_arch = "m68k",
|
||||||
target_arch = "powerpc",
|
target_arch = "powerpc",
|
||||||
target_arch = "sparc",
|
target_arch = "sparc",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue