Skip to content

Commit 609c0dc

Browse files
committed
lang/rust: fix powerpc bootstrap
1 parent 9f75adf commit 609c0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lang/rust/files/patch-vendor_openssl_crypto_threads__pthread.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# define BROKEN_CLANG_ATOMICS
99
#endif
1010

11-
+#if defined(__FreeBSD__) && defined(__i386__)
11+
+#if defined(__FreeBSD__) && (defined(__i386__) || (defined(__powerpc) && defined(__ILP32__)))
1212
+#define BROKEN_CLANG_ATOMICS
1313
+#endif
1414
+

0 commit comments

Comments
 (0)