moarvm: disable for sparc64
authorWaldemar Brodkorb <wbx@openadk.org>
Sun, 17 Jan 2016 17:33:04 +0000 (18:33 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 18 Jan 2016 19:27:43 +0000 (20:27 +0100)
Missing implementation of AO_fetch_compare_and_swap in
libatomic_ops library for sparcv9.

Fixes:
http://autobuild.buildroot.net/results/268e328e2d9ea951c0728ab6031d32e2b460d015/
http://autobuild.buildroot.net/results/84847a9201244fce3e05e5e4e201f2e1848238de/

[Peter: add autobuilder references]
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/moarvm/Config.in

index 95f37522becf61123079a999f886897839077588..dcd353f889ab253e83c2a5fcff57bdff756fe365 100644 (file)
@@ -4,6 +4,8 @@ config BR2_PACKAGE_MOARVM
        depends on !BR2_STATIC_LIBS # libuv
        depends on BR2_USE_MMU # libuv
        depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS # libatomic_ops
+       # needs AO_fetch_compare_and_swap, not implemented for sparcv9
+       depends on !BR2_sparc64
        select BR2_PACKAGE_LIBUV
        select BR2_PACKAGE_LIBATOMIC_OPS
        help
@@ -16,4 +18,5 @@ 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_sparc64