parent
f80b2c4af2
commit
2f64ef0870
6 changed files with 12 additions and 0 deletions
|
|
@ -5,4 +5,6 @@
|
|||
target_os = "linux",
|
||||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
include!(concat!(env!("OUT_DIR"), "/divti3.rs"));
|
||||
|
|
|
|||
|
|
@ -5,4 +5,6 @@
|
|||
target_os = "linux",
|
||||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
include!(concat!(env!("OUT_DIR"), "/modti3.rs"));
|
||||
|
|
|
|||
|
|
@ -5,4 +5,6 @@
|
|||
target_os = "linux",
|
||||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
include!(concat!(env!("OUT_DIR"), "/muloti4.rs"));
|
||||
|
|
|
|||
|
|
@ -5,4 +5,6 @@
|
|||
target_os = "linux",
|
||||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
include!(concat!(env!("OUT_DIR"), "/udivmodti4.rs"));
|
||||
|
|
|
|||
|
|
@ -5,4 +5,6 @@
|
|||
target_os = "linux",
|
||||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
include!(concat!(env!("OUT_DIR"), "/udivti3.rs"));
|
||||
|
|
|
|||
|
|
@ -5,4 +5,6 @@
|
|||
target_os = "linux",
|
||||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
include!(concat!(env!("OUT_DIR"), "/umodti3.rs"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue