summaryrefslogtreecommitdiff
path: root/toolchain/toolchain-common.in
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 /toolchain/toolchain-common.in
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 'toolchain/toolchain-common.in')
-rw-r--r--toolchain/toolchain-common.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in
index 2fa4f61a0..82ac26aba 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