blob: 6c83aae4f0bf7531d9b486450f10b0af1aa6ac85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-dist_config.bin,v 1.1 2019/02/19 15:18:19 hauke Exp $
Add support for mutexes on aarch64 with GCC.
--- dist/config.hin.orig 2010-04-12 20:25:23.000000000 +0000
+++ dist/config.hin
@@ -212,6 +212,9 @@
/* Define to 1 to use the GCC compiler and ARM assembly language mutexes. */
#undef HAVE_MUTEX_ARM_GCC_ASSEMBLY
+/* Define to 1 to use the GCC compiler and AARCH64 assembly language mutexes. */
+#undef HAVE_MUTEX_AARCH64_GCC_ASSEMBLY
+
/* Define to 1 to use the Apple/Darwin _spin_lock_try mutexes. */
#undef HAVE_MUTEX_DARWIN_SPIN_LOCK_TRY
|