ebb15bbd41
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>
24 lines
829 B
Plaintext
24 lines
829 B
Plaintext
config BR2_PACKAGE_MOARVM
|
|
bool "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_OPS_ARCH_SUPPORTS # libatomic_ops
|
|
# 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
|
|
help
|
|
Short for "Metamodel On A Runtime", MoarVM is a virtual machine
|
|
built especially for Rakudo Perl 6 and the NQP Compiler Toolchain.
|
|
|
|
http://moarvm.com
|
|
|
|
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 && !BR2_sparc
|
|
|