]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
jamvm: add depends on toolchain w/threads
authorMatt Weber <matthew.weber@rockwellcollins.com>
Thu, 26 Mar 2015 15:54:40 +0000 (10:54 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 1 Apr 2015 21:41:02 +0000 (23:41 +0200)
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/jamvm/Config.in

index f4809957cf2cbbef4ce17e0d7a6d4a4c0a5e8c72..375bded62470da0de9db502eb0c86bcf8471fb99 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_JAMVM
        bool "jamvm"
        depends on BR2_INET_IPV6
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
                || BR2_mips || BR2_mipsel || BR2_powerpc
        select BR2_PACKAGE_ZLIB
@@ -11,7 +12,8 @@ config BR2_PACKAGE_JAMVM
 
          http://jamvm.sf.net
 
-comment "jamvm needs a toolchain w/ IPv6"
+comment "jamvm needs a toolchain w/ IPv6, threads"
        depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
                || BR2_mips || BR2_mipsel || BR2_powerpc
        depends on !BR2_INET_IPV6
+       depends on !BR2_TOOLCHAIN_HAS_THREADS