1 config BR2_PACKAGE_MOARVM
3 depends on BR2_TOOLCHAIN_HAS_THREADS # libuv
4 depends on !BR2_STATIC_LIBS # libuv
5 depends on BR2_USE_MMU # libuv
6 depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS # libatomic_ops
7 # needs AO_fetch_compare_and_swap, not implemented for sparcv8/sparcv9
8 depends on !BR2_sparc64 && !BR2_sparc
9 select BR2_PACKAGE_LIBUV
10 select BR2_PACKAGE_LIBTOMMATH
11 select BR2_PACKAGE_LIBATOMIC_OPS
13 Short for "Metamodel On A Runtime", MoarVM is a virtual machine
14 built especially for Rakudo Perl 6 and the NQP Compiler Toolchain.
18 comment "moarvm needs a toolchain w/ threads, dynamic library"
19 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
20 depends on BR2_USE_MMU
21 depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
22 depends on !BR2_sparc64 && !BR2_sparc