parent
63f91a0c31
commit
c52f9a079f
|
@ -6,5 +6,6 @@
|
|||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips"), windows))]
|
||||
include!(concat!(env!("OUT_DIR"), "/divti3.rs"));
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips"), windows))]
|
||||
include!(concat!(env!("OUT_DIR"), "/modti3.rs"));
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips"), windows))]
|
||||
include!(concat!(env!("OUT_DIR"), "/udivmodti4.rs"));
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips"), windows))]
|
||||
include!(concat!(env!("OUT_DIR"), "/udivti3.rs"));
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips"), windows))]
|
||||
include!(concat!(env!("OUT_DIR"), "/umodti3.rs"));
|
||||
|
|
Loading…
Reference in New Issue