blob: f0a55a49dc4f96f37c9cf8e943056c92ac88a28d (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
bool
default y if BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || BR2_sparc || BR2_powerpc || BR2_x86_64
config BR2_PACKAGE_LIBATOMIC_OPS
bool "libatomic_ops"
depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
help
Atomic operations library
|