package/libatomic_ops: rename libatomic_ops supported arch Kconfig symbol
authorRomain Naour <romain.naour@gmail.com>
Sun, 7 Feb 2016 21:59:24 +0000 (22:59 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Feb 2016 22:12:11 +0000 (23:12 +0100)
According to the discussion on the mailing-list [1], rename
the libatomic_ops supported architectures Kconfig symbol.

[1] http://lists.busybox.net/pipermail/buildroot/2016-February/152146.html

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/bdwgc/Config.in
package/erlang/Config.in
package/guile/Config.in
package/libatomic_ops/Config.in
package/moarvm/Config.in

index 9aa7c7dff51ae468ce8262e677d17afd72c88082..95139efb93312531da0e810526d35fecefd2d012 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_BDWGC
        bool "bdwgc"
-       depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
+       depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
        select BR2_PACKAGE_LIBATOMIC_OPS
        help
          The Boehm-Demers-Weiser conservative garbage collector can
index 0ec01bb749b4f5f7e846baf52d3243e4d46019b5..5fa20288c2dc4f675c929ef6dcd09f3607bfb6d1 100644 (file)
@@ -1,13 +1,13 @@
 comment "erlang needs a toolchain w/ dynamic library"
        depends on BR2_USE_MMU # fork()
-       depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
+       depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
        depends on BR2_STATIC_LIBS
 
 config BR2_PACKAGE_ERLANG
        bool "erlang"
        depends on BR2_USE_MMU # fork()
        depends on !BR2_STATIC_LIBS
-       depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
+       depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
        select BR2_PACKAGE_LIBATOMIC_OPS
        help
          Erlang is a programming language used to build massively scalable
index e93d3534ae38c70d8481bcfb93ee94d2c7bd75b0..b3f744ea41ed0555861c7b38b20bba6d89205471 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_GUILE
        bool "guile"
        depends on !BR2_TOOLCHAIN_USES_MUSL # no strtol_l
        depends on BR2_TOOLCHAIN_HAS_THREADS
-       depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS # bdwgc
+       depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS # bdwgc
        depends on BR2_USE_WCHAR # libunistring
        depends on !BR2_STATIC_LIBS
        select BR2_PACKAGE_LIBUNISTRING
index 73aab3d4289cfb7f662266d97fde547a0ca35ea7..c6fe7a03b414c40fcdf54004127e14d24214eeff 100644 (file)
@@ -1,10 +1,10 @@
-config BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
+config BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
        bool
        default y if BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || BR2_sparc || BR2_sparc64 || BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || BR2_x86_64
 
 config BR2_PACKAGE_LIBATOMIC_OPS
        bool "libatomic_ops"
-       depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
+       depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
        help
          Atomic operations library
 
index dcd353f889ab253e83c2a5fcff57bdff756fe365..6bc3090dde4cd4abf605c918022c1e1e973f5626 100644 (file)
@@ -3,7 +3,7 @@ config BR2_PACKAGE_MOARVM
        depends on BR2_TOOLCHAIN_HAS_THREADS # libuv
        depends on !BR2_STATIC_LIBS # libuv
        depends on BR2_USE_MMU # libuv
-       depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS # libatomic_ops
+       depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS # libatomic_ops
        # needs AO_fetch_compare_and_swap, not implemented for sparcv9
        depends on !BR2_sparc64
        select BR2_PACKAGE_LIBUV
@@ -17,6 +17,6 @@ config BR2_PACKAGE_MOARVM
 comment "moarvm needs a toolchain w/ threads, dynamic library"
        depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
        depends on BR2_USE_MMU
-       depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
+       depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
        depends on !BR2_sparc64