about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLiigo Zhuang <com.liigo@gmail.com>2014-11-25 19:16:08 +0800
committerLiigo Zhuang <com.liigo@gmail.com>2014-11-28 09:15:12 +0800
commit8c07db5aac1bf87bce734d34b2c63a0890e02bd4 (patch)
tree4145845b38b354ecb27254e082cf0fa56a09898b
parent3dd5443ebd2e34baf51010245a6bce6f12552a22 (diff)
downloadrust-8c07db5aac1bf87bce734d34b2c63a0890e02bd4.tar.gz
rust-8c07db5aac1bf87bce734d34b2c63a0890e02bd4.zip
librustrt: stack_overflow support mipsel linux
-rw-r--r--src/librustrt/stack_overflow.rs1
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;