mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
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>
This commit is contained in:
parent
08a024b3ed
commit
6172ceb3cf
@ -254,7 +254,6 @@ config BR2_GCC_TARGET_MODE
|
|||||||
config BR2_ARCH_HAS_ATOMICS
|
config BR2_ARCH_HAS_ATOMICS
|
||||||
bool
|
bool
|
||||||
default y if !BR2_arc
|
default y if !BR2_arc
|
||||||
select BR2_TOOLCHAIN_HAS_ATOMIC_INTRINSICS
|
|
||||||
|
|
||||||
# Set up target binary format
|
# Set up target binary format
|
||||||
choice
|
choice
|
||||||
|
@ -44,9 +44,6 @@ config BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
|
|||||||
config BR2_TOOLCHAIN_HAS_SSP
|
config BR2_TOOLCHAIN_HAS_SSP
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_HAS_ATOMIC_INTRINSICS
|
|
||||||
bool
|
|
||||||
|
|
||||||
config BR2_ENABLE_LOCALE_PURGE
|
config BR2_ENABLE_LOCALE_PURGE
|
||||||
bool "Purge unwanted locales"
|
bool "Purge unwanted locales"
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user