Skip to content

Commit 33f8a82

Browse files
author
jxv
committed
librustrt: check for mips+linux config in stack_overflow
1 parent d7a29d8 commit 33f8a82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustrt/stack_overflow.rs

+1
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ mod imp {
283283
#[cfg(any(all(target_os = "linux", target_arch = "x86"), // may not match
284284
all(target_os = "linux", target_arch = "x86_64"),
285285
all(target_os = "linux", target_arch = "arm"), // may not match
286+
all(target_os = "linux", target_arch = "mips"), // may not match
286287
target_os = "android"))] // may not match
287288
mod signal {
288289
use libc;

0 commit comments

Comments
 (0)