parent
adb4e5c86f
commit
33b17fd87b
@ -5,4 +5,6 @@
|
|||||||
target_os = "linux",
|
target_os = "linux",
|
||||||
test), no_std)]
|
test), no_std)]
|
||||||
|
|
||||||
|
// FIXME(#137)
|
||||||
|
#[cfg(not(target_arch = "mips"))]
|
||||||
include!(concat!(env!("OUT_DIR"), "/divti3.rs"));
|
include!(concat!(env!("OUT_DIR"), "/divti3.rs"));
|
||||||
|
@ -5,4 +5,6 @@
|
|||||||
target_os = "linux",
|
target_os = "linux",
|
||||||
test), no_std)]
|
test), no_std)]
|
||||||
|
|
||||||
|
// FIXME(#137)
|
||||||
|
#[cfg(not(target_arch = "mips"))]
|
||||||
include!(concat!(env!("OUT_DIR"), "/modti3.rs"));
|
include!(concat!(env!("OUT_DIR"), "/modti3.rs"));
|
||||||
|
@ -5,4 +5,6 @@
|
|||||||
target_os = "linux",
|
target_os = "linux",
|
||||||
test), no_std)]
|
test), no_std)]
|
||||||
|
|
||||||
|
// FIXME(#137)
|
||||||
|
#[cfg(not(target_arch = "mips"))]
|
||||||
include!(concat!(env!("OUT_DIR"), "/muloti4.rs"));
|
include!(concat!(env!("OUT_DIR"), "/muloti4.rs"));
|
||||||
|
@ -5,4 +5,6 @@
|
|||||||
target_os = "linux",
|
target_os = "linux",
|
||||||
test), no_std)]
|
test), no_std)]
|
||||||
|
|
||||||
|
// FIXME(#137)
|
||||||
|
#[cfg(not(target_arch = "mips"))]
|
||||||
include!(concat!(env!("OUT_DIR"), "/udivmodti4.rs"));
|
include!(concat!(env!("OUT_DIR"), "/udivmodti4.rs"));
|
||||||
|
@ -5,4 +5,6 @@
|
|||||||
target_os = "linux",
|
target_os = "linux",
|
||||||
test), no_std)]
|
test), no_std)]
|
||||||
|
|
||||||
|
// FIXME(#137)
|
||||||
|
#[cfg(not(target_arch = "mips"))]
|
||||||
include!(concat!(env!("OUT_DIR"), "/udivti3.rs"));
|
include!(concat!(env!("OUT_DIR"), "/udivti3.rs"));
|
||||||
|
@ -5,4 +5,6 @@
|
|||||||
target_os = "linux",
|
target_os = "linux",
|
||||||
test), no_std)]
|
test), no_std)]
|
||||||
|
|
||||||
|
// FIXME(#137)
|
||||||
|
#[cfg(not(target_arch = "mips"))]
|
||||||
include!(concat!(env!("OUT_DIR"), "/umodti3.rs"));
|
include!(concat!(env!("OUT_DIR"), "/umodti3.rs"));
|
||||||
|
Loading…
Reference in New Issue
Block a user