python-treq: bump to version 16.12.0
[buildroot-gz.git] / package / jamvm / Config.in
blob57e1a8e6f44e3572411c8cb4f8222992d0d0114c
1 config BR2_PACKAGE_JAMVM
2         bool "jamvm"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on !BR2_STATIC_LIBS
5         depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
6                 || BR2_mips || BR2_mipsel || BR2_powerpc
7         depends on BR2_PACKAGE_CLASSPATH_ARCH_SUPPORTS
8         select BR2_PACKAGE_ZLIB
9         select BR2_PACKAGE_CLASSPATH
10         help
11           JamVM is a new Java Virtual Machine which conforms to the
12           JVM specification version 2 (blue book).
14           http://jamvm.sf.net
16 comment "jamvm needs a toolchain w/ threads, dynamic library"
17         depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
18                 || BR2_mips || BR2_mipsel || BR2_powerpc
19         depends on BR2_PACKAGE_CLASSPATH_ARCH_SUPPORTS
20         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS