]> git.lizzy.rs Git - rust.git/commitdiff
librustrt: stack_overflow support mipsel linux
authorLiigo Zhuang <com.liigo@gmail.com>
Tue, 25 Nov 2014 11:16:08 +0000 (19:16 +0800)
committerLiigo Zhuang <com.liigo@gmail.com>
Fri, 28 Nov 2014 01:15:12 +0000 (09:15 +0800)
src/librustrt/stack_overflow.rs

index 193484496800480f9cf4c88387b84b0fefa9c82f..05f9f6287c404c4597d1f225fcd1c7001b042b38 100644 (file)
@@ -277,6 +277,7 @@ pub unsafe fn drop_handler(handler: &mut Handler) {
               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;