[Buildroot] [PATCH 19/24 v5] arch/powerpc: always has atomic ops

Yann E. MORIN yann.morin.1998 at free.fr
Sun Aug 17 19:29:58 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.powerpc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/Config.in.powerpc b/arch/Config.in.powerpc
index e444cb8..239f5dc 100644
--- a/arch/Config.in.powerpc
+++ b/arch/Config.in.powerpc
@@ -157,6 +157,9 @@ config BR2_ENDIAN
 	default "BIG"    if BR2_powerpc || BR2_powerpc64
 	default "LITTLE" if BR2_powerpc64le
 
+config BR2_ARCH_HAS_ATOMICS
+	default y
+
 config BR2_GCC_TARGET_TUNE
 	default "401"		if BR2_powerpc_401
 	default "403"		if BR2_powerpc_403
-- 
1.9.1




More information about the buildroot mailing list