From: Yann E. MORIN Date: Sun, 17 Aug 2014 19:29:45 +0000 (+0200) Subject: toolchain: drop the now-unused old BR2_TOOLCHAIN_HAS_ATOMIC_INTRINSICS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6172ceb3cf779fb66aba01dee7a49184f7790c20;p=buildroot.git toolchain: drop the now-unused old BR2_TOOLCHAIN_HAS_ATOMIC_INTRINSICS It's now been replaced with BR2_ARCH_HAS_ATOMICS, annd all packages have been changed to use that instead. Signed-off-by: "Yann E. MORIN" Cc: Anton Kolesov Cc: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/arch/Config.in b/arch/Config.in index 5cee0d7839..6bcafd42bf 100644 --- a/arch/Config.in +++ b/arch/Config.in @@ -254,7 +254,6 @@ config BR2_GCC_TARGET_MODE config BR2_ARCH_HAS_ATOMICS bool default y if !BR2_arc - select BR2_TOOLCHAIN_HAS_ATOMIC_INTRINSICS # Set up target binary format choice diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in index 2fa4f61a09..82ac26abad 100644 --- a/toolchain/toolchain-common.in +++ b/toolchain/toolchain-common.in @@ -44,9 +44,6 @@ config BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS config BR2_TOOLCHAIN_HAS_SSP bool -config BR2_TOOLCHAIN_HAS_ATOMIC_INTRINSICS - bool - config BR2_ENABLE_LOCALE_PURGE bool "Purge unwanted locales" help