Skip to content

Commit e9908da

Browse files
committed
powerpc: Fixup more stack work
1 parent d48fa78 commit e9908da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/sys/unix/stack_overflow.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ mod imp {
150150
all(target_os = "linux", target_arch = "aarch64"),
151151
all(target_os = "linux", target_arch = "mips"), // may not match
152152
all(target_os = "linux", target_arch = "mipsel"), // may not match
153+
all(target_os = "linux", target_arch = "powerpc"), // may not match
153154
target_os = "android"))] // may not match
154155
mod signal {
155156
use libc;

0 commit comments

Comments
 (0)