From: Matt Weber Date: Thu, 26 Mar 2015 15:54:40 +0000 (-0500) Subject: jamvm: add depends on toolchain w/threads X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6be1abb14a4832c9d8e77bf316ddcdb2b393c265;p=buildroot.git jamvm: add depends on toolchain w/threads Signed-off-by: Matt Weber Signed-off-by: Thomas Petazzoni --- diff --git a/package/jamvm/Config.in b/package/jamvm/Config.in index f4809957cf..375bded624 100644 --- a/package/jamvm/Config.in +++ b/package/jamvm/Config.in @@ -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