librustrt: stack_overflow support mipsel linux
This commit is contained in:
parent
3dd5443ebd
commit
8c07db5aac
@ -277,6 +277,7 @@ mod imp {
|
||||
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
|
||||
all(target_os = "linux", target_arch = "mipsel"), // may not match
|
||||
target_os = "android"))] // may not match
|
||||
mod signal {
|
||||
use libc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user