2016-02-07 22:59:24 +01:00
|
|
|
config BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
|
2014-04-15 23:26:05 +02:00
|
|
|
bool
|
2015-12-04 06:34:06 +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
|
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
|