]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
toolchain: drop the now-unused old BR2_TOOLCHAIN_HAS_ATOMIC_INTRINSICS
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 17 Aug 2014 19:29:45 +0000 (21:29 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 18 Aug 2014 08:57:55 +0000 (10:57 +0200)
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>
arch/Config.in
toolchain/toolchain-common.in

index 5cee0d7839dc3e73f215aafc26d0e32e4f0e7e79..6bcafd42bf7b02b1f686c37f35c98874a14ed5ba 100644 (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
index 2fa4f61a092eccab69824061ef32b662fc37f3b1..82ac26abaddc184a1a4efad3e19ecc0769558973 100644 (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