From 0d79fa53b4fc43896a5732b84c763c141e1f170b Mon Sep 17 00:00:00 2001 From: Torvald Riegel Date: Fri, 21 Nov 2014 14:09:21 +0100 Subject: microblaze: 64b atomic operations are not supported. --- sysdeps/microblaze/bits/atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/microblaze/bits/atomic.h') diff --git a/sysdeps/microblaze/bits/atomic.h b/sysdeps/microblaze/bits/atomic.h index 395162df2d..315c87256a 100644 --- a/sysdeps/microblaze/bits/atomic.h +++ b/sysdeps/microblaze/bits/atomic.h @@ -35,7 +35,7 @@ typedef uintptr_t uatomicptr_t; typedef intmax_t atomic_max_t; typedef uintmax_t uatomic_max_t; -#define __HAVE_64B_ATOMICS 1 +#define __HAVE_64B_ATOMICS 0 #define USE_ATOMIC_COMPILER_BUILTINS 0 -- cgit 1.4.1