From f6dedc65fd17190d35b776d12d7524b43b629d7d Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Thu, 11 Sep 2025 10:49:42 -0300 Subject: [PATCH] alpha: Remove USE_ATOMIC_COMPILER_BUILTINS definition Reviewed-by: Wilco Dijkstra --- sysdeps/alpha/atomic-machine.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sysdeps/alpha/atomic-machine.h b/sysdeps/alpha/atomic-machine.h index dcb3b56cc0..e8ed69dff9 100644 --- a/sysdeps/alpha/atomic-machine.h +++ b/sysdeps/alpha/atomic-machine.h @@ -18,7 +18,6 @@ #include #define __HAVE_64B_ATOMICS 1 -#define USE_ATOMIC_COMPILER_BUILTINS 1 /* XXX Is this actually correct? */ #define ATOMIC_EXCHANGE_USES_CAS 1 -- 2.47.3