diff options
| author | bors <bors@rust-lang.org> | 2014-11-28 11:31:22 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-11-28 11:31:22 +0000 |
| commit | f33d879a7094bce7e16345dcc2efa85da6f05261 (patch) | |
| tree | c3920e4d83df12f37e82b4467348f04953b26447 | |
| parent | fb52e69a503fbe1c5f7641655bc45def875584b3 (diff) | |
| parent | 8c07db5aac1bf87bce734d34b2c63a0890e02bd4 (diff) | |
| download | rust-f33d879a7094bce7e16345dcc2efa85da6f05261.tar.gz rust-f33d879a7094bce7e16345dcc2efa85da6f05261.zip | |
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.
| -rw-r--r-- | src/librustrt/stack_overflow.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustrt/stack_overflow.rs b/src/librustrt/stack_overflow.rs index 19348449680..05f9f6287c4 100644 --- a/src/librustrt/stack_overflow.rs +++ b/src/librustrt/stack_overflow.rs @@ -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; |
