2015-06-06 01:47:05 +02:00
|
|
|
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
|
2016-02-07 22:59:24 +01:00
|
|
|
depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS # libatomic_ops
|
2016-01-17 18:33:04 +01:00
|
|
|
# needs AO_fetch_compare_and_swap, not implemented for sparcv9
|
|
|
|
depends on !BR2_sparc64
|
2015-06-06 01:47:05 +02:00
|
|
|
select BR2_PACKAGE_LIBUV
|
2016-04-28 21:59:31 +02:00
|
|
|
select BR2_PACKAGE_LIBTOMMATH
|
2015-06-06 01:47:05 +02:00
|
|
|
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
|
2016-02-07 22:59:24 +01:00
|
|
|
depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
|
2016-01-17 18:33:04 +01:00
|
|
|
depends on !BR2_sparc64
|
2015-06-06 01:47:05 +02:00
|
|
|
|