librustrt: check for mips+linux config in stack_overflow

This commit is contained in:
jxv 2014-11-18 09:24:11 -08:00
parent d7a29d87ba
commit 33f8a82c02

View File

@ -283,6 +283,7 @@ mod imp {
#[cfg(any(all(target_os = "linux", target_arch = "x86"), // may not match
all(target_os = "linux", target_arch = "x86_64"),
all(target_os = "linux", target_arch = "arm"), // may not match
all(target_os = "linux", target_arch = "mips"), // may not match
target_os = "android"))] // may not match
mod signal {
use libc;