auto merge of #19366 : liigo/rust/mipsel-linux, r=alexcrichton
Since #19076 was merged, I believe mipsel + linux maybe need add to the list here, too.
This commit is contained in:
commit
f33d879a70
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ mod imp {
|
||||||
all(target_os = "linux", target_arch = "x86_64"),
|
all(target_os = "linux", target_arch = "x86_64"),
|
||||||
all(target_os = "linux", target_arch = "arm"), // may not match
|
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 = "mips"), // may not match
|
||||||
|
all(target_os = "linux", target_arch = "mipsel"), // may not match
|
||||||
target_os = "android"))] // may not match
|
target_os = "android"))] // may not match
|
||||||
mod signal {
|
mod signal {
|
||||||
use libc;
|
use libc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue