logrotate: fix build with gcc 6
[buildroot-gz.git] / package / libatomic_ops / Config.in
blobc6fe7a03b414c40fcdf54004127e14d24214eeff
1 config BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
2         bool
3         default y if BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || BR2_sparc || BR2_sparc64 || BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || BR2_x86_64
5 config BR2_PACKAGE_LIBATOMIC_OPS
6         bool "libatomic_ops"
7         depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
8         help
9           Atomic operations library
11           https://github.com/ivmai/libatomic_ops