2016-02-07 22:59:24 +01:00
|
|
|
config BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
|
2014-04-15 23:26:05 +02:00
|
|
|
bool
|
2016-11-23 15:39:13 +01:00
|
|
|
default y if BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || BR2_sparc || BR2_sparc64 || BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || BR2_x86_64 || BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
|
|
|
# Unsupported for MIPS R6
|
|
|
|
depends on !BR2_MIPS_CPU_MIPS32R6 && !BR2_MIPS_CPU_MIPS64R6
|
2014-04-15 23:26:05 +02:00
|
|
|
|
2010-04-14 14:30:52 +02:00
|
|
|
config BR2_PACKAGE_LIBATOMIC_OPS
|
|
|
|
bool "libatomic_ops"
|
2016-02-07 22:59:24 +01:00
|
|
|
depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
|
2010-04-14 14:30:52 +02:00
|
|
|
help
|
|
|
|
Atomic operations library
|
2015-05-02 23:53:25 +02:00
|
|
|
|
|
|
|
https://github.com/ivmai/libatomic_ops
|