Skip to content

Commit f33d879

Browse files
committed
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.
2 parents fb52e69 + 8c07db5 commit f33d879

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
@@ -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)