From: Yann E. MORIN Date: Sun, 17 Aug 2014 19:30:03 +0000 (+0200) Subject: arch: remove no-longer default on atomics option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a690fea1ace03643cbe7b6fb41438855a8a88444;p=buildroot.git arch: remove no-longer default on atomics option Now that all architectures explicitly select this option when it makes sense, there is no need to have a default value. Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Cc: Anton Kolesov Signed-off-by: Peter Korsgaard --- diff --git a/arch/Config.in b/arch/Config.in index 6bcafd42bf..1126d4373a 100644 --- a/arch/Config.in +++ b/arch/Config.in @@ -253,7 +253,6 @@ config BR2_GCC_TARGET_MODE # If the architecture has atomic operations, select this: config BR2_ARCH_HAS_ATOMICS bool - default y if !BR2_arc # Set up target binary format choice