File: fix-t64.patch

package info (click to toggle)
rust-rustix 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,336 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/build.rs
+++ b/build.rs
@@ -169,9 +169,7 @@
 
     // These platforms have a 32-bit `time_t`.
     if libc
-        && (arch == "arm"
-            || arch == "powerpc"
-            || arch == "mips"
+        && (arch == "mips"
             || arch == "sparc"
             || arch == "x86"
             || (arch == "aarch64" && os == "linux" && abi == Ok("ilp32".to_string())))