]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/moarvm/Config.in
Merge branch 'next'
[coffee/buildroot.git] / package / moarvm / Config.in
index 76343d11995b3c47c10b76b8dc1d03a0ec6f87c1..c6e1efa39df668f43474571708a11119df0e2d46 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_MOARVM
        bool "moarvm"
-       depends on BR2_TOOLCHAIN_HAS_THREADS # libuv
+       depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # libuv
        depends on !BR2_STATIC_LIBS # libuv
        depends on BR2_USE_MMU # libuv
        depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS # libatomic_ops
@@ -18,8 +18,8 @@ config BR2_PACKAGE_MOARVM
 
          http://moarvm.com
 
-comment "moarvm needs a toolchain w/ threads, dynamic library"
-       depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
+comment "moarvm needs a toolchain w/ NPTL, dynamic library"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
        depends on BR2_USE_MMU
        depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
        depends on !BR2_sparc64 && !BR2_sparc