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" <yann.morin.1998@free.fr>
Cc: Anton Kolesov <Anton.Kolesov@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yann E. MORIN 2014-08-17 21:29:45 +02:00 committed by Peter Korsgaard
parent 08a024b3ed
commit 6172ceb3cf
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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