From 6172ceb3cf779fb66aba01dee7a49184f7790c20 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 17 Aug 2014 21:29:45 +0200 Subject: [PATCH] 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" Cc: Anton Kolesov Cc: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- arch/Config.in | 1 - toolchain/toolchain-common.in | 3 --- 2 files changed, 4 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 diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in index 2fa4f61a09..82ac26abad 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 -- 2.30.2