[Buildroot] [PATCH 15/24 v4] arch/m68k: always has atomic ops

Yann E. MORIN yann.morin.1998 at free.fr
Sun Aug 17 12:49:07 UTC 2014


Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Cc: Anton Kolesov <Anton.Kolesov at synopsys.com>
---
 arch/Config.in.m68k | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/Config.in.m68k b/arch/Config.in.m68k
index ba6cedf..6b79307 100644
--- a/arch/Config.in.m68k
+++ b/arch/Config.in.m68k
@@ -4,6 +4,9 @@ config BR2_ARCH
 config BR2_ENDIAN
 	default "BIG"
 
+config BR2_ARCH_HAS_ATOMICS
+	default y
+
 config BR2_GCC_TARGET_TUNE
 	default "68000"		if BR2_m68k_68000
 	default "68010"		if BR2_m68k_68010
-- 
1.9.1



More information about the buildroot mailing list