summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-08-17 21:29:45 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-08-18 10:57:55 +0200
commit6172ceb3cf779fb66aba01dee7a49184f7790c20 (patch)
tree561f986b111e43c329c72cf38af89568b85a4176 /arch
parent08a024b3ede7e2ce18204d8cab314b2ec6770b35 (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/Config.in b/arch/Config.in
index 5cee0d783..6bcafd42b 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