Config.in 640 B

12345678910111213141516171819
  1. config BR2_PACKAGE_MOARVM
  2. bool "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_ARCH_SUPPORTS # libatomic_ops
  7. select BR2_PACKAGE_LIBUV
  8. select BR2_PACKAGE_LIBATOMIC_OPS
  9. help
  10. Short for "Metamodel On A Runtime", MoarVM is a virtual machine
  11. built especially for Rakudo Perl 6 and the NQP Compiler Toolchain.
  12. http://moarvm.com
  13. comment "moarvm needs a toolchain w/ threads, dynamic library"
  14. depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
  15. depends on BR2_USE_MMU
  16. depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS