diff options
author | 2014-08-17 21:29:45 +0200 | |
---|---|---|
committer | 2014-08-18 10:57:55 +0200 | |
commit | 6172ceb3cf779fb66aba01dee7a49184f7790c20 (patch) | |
tree | 561f986b111e43c329c72cf38af89568b85a4176 /arch | |
parent | 08a024b3ede7e2ce18204d8cab314b2ec6770b35 (diff) | |
download | buildroot-6172ceb3cf779fb66aba01dee7a49184f7790c20.tar.gz buildroot-6172ceb3cf779fb66aba01dee7a49184f7790c20.tar.bz2 |
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.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 |