Skip to content

Commit 8c07db5

Browse files
committed
librustrt: stack_overflow support mipsel linux
1 parent 3dd5443 commit 8c07db5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustrt/stack_overflow.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ mod imp {
277277
all(target_os = "linux", target_arch = "x86_64"),
278278
all(target_os = "linux", target_arch = "arm"), // may not match
279279
all(target_os = "linux", target_arch = "mips"), // may not match
280+
all(target_os = "linux", target_arch = "mipsel"), // may not match
280281
target_os = "android"))] // may not match
281282
mod signal {
282283
use libc;

0 commit comments

Comments
 (0)