From: Yann E. MORIN Date: Sun, 17 Aug 2014 19:30:01 +0000 (+0200) Subject: arch/x86: all x86 but i386 has atomics operations X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f07578a868f426a8794abb775e0ac4c9e772cc0;p=buildroot.git arch/x86: all x86 but i386 has atomics operations Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Cc: Anton Kolesov Signed-off-by: Peter Korsgaard --- diff --git a/arch/Config.in.x86 b/arch/Config.in.x86 index 327aff06b0..9aa4ea2012 100644 --- a/arch/Config.in.x86 +++ b/arch/Config.in.x86 @@ -202,6 +202,9 @@ config BR2_ARCH config BR2_ENDIAN default "LITTLE" +config BR2_ARCH_HAS_ATOMICS + default y if !BR2_x86_i386 + config BR2_GCC_TARGET_TUNE default "i386" if BR2_x86_i386 default "i486" if BR2_x86_i486