package/vlc: backport upstream patches to fix compat function for static_assert
[buildroot-gz.git] / package / moarvm / Config.in
blob3e0a1045ec385a000777dc69fb701fc1982ad253
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_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
12         help
13           Short for "Metamodel On A Runtime", MoarVM is a virtual machine
14           built especially for Rakudo Perl 6 and the NQP Compiler Toolchain.
16           http://moarvm.com
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