]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
moarvm: disable for sparc
authorWaldemar Brodkorb <wbx@openadk.org>
Sat, 28 May 2016 18:32:15 +0000 (20:32 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 31 May 2016 15:39:44 +0000 (17:39 +0200)
Disable for the same reason as sparc64.
Fixes following autobuild failure:
http://autobuild.buildroot.net/results/0c3e8931b2d157764ed18c2a97f26c8e77ea426e/

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

index 82e4509d3a2eeb91f6507f7b1628ac9e1c3822b0..3e0a1045ec385a000777dc69fb701fc1982ad253 100644 (file)
@@ -4,8 +4,8 @@ config BR2_PACKAGE_MOARVM
        depends on !BR2_STATIC_LIBS # libuv
        depends on BR2_USE_MMU # libuv
        depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS # libatomic_ops
-       # needs AO_fetch_compare_and_swap, not implemented for sparcv9
-       depends on !BR2_sparc64
+       # needs AO_fetch_compare_and_swap, not implemented for sparcv8/sparcv9
+       depends on !BR2_sparc64 && !BR2_sparc
        select BR2_PACKAGE_LIBUV
        select BR2_PACKAGE_LIBTOMMATH
        select BR2_PACKAGE_LIBATOMIC_OPS
@@ -19,5 +19,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_OPS_ARCH_SUPPORTS
-       depends on !BR2_sparc64
+       depends on !BR2_sparc64 && !BR2_sparc