parent
1e48efeaef
commit
05b6e8fa6c
5 changed files with 10 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue