]> git.lizzy.rs Git - rust.git/commitdiff
powerpc: Fixup more stack work
authorRicho Healey <richo@psych0tik.net>
Sat, 10 Jan 2015 04:28:48 +0000 (20:28 -0800)
committerRicho Healey <richo@psych0tik.net>
Mon, 12 Jan 2015 05:14:58 +0000 (21:14 -0800)
src/libstd/sys/unix/stack_overflow.rs

index 48a51813ba4ab5a44f3b55f8ca77444322eda640..45680f52e73d12c54607780c132ef70cff277c19 100644 (file)
@@ -150,6 +150,7 @@ pub unsafe fn drop_handler(handler: &mut Handler) {
               all(target_os = "linux", target_arch = "aarch64"),
               all(target_os = "linux", target_arch = "mips"), // may not match
               all(target_os = "linux", target_arch = "mipsel"), // may not match
+              all(target_os = "linux", target_arch = "powerpc"), // may not match
               target_os = "android"))] // may not match
     mod signal {
         use libc;