uboot-tools: add patch to fix linking with libubootenv
[buildroot-gz.git] / package / jamvm / Config.in
blob2cc97a1398a280117c3f6d6af367f89ec3af4218
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         select BR2_PACKAGE_ZLIB
8         select BR2_PACKAGE_CLASSPATH
9         help
10           JamVM is a new Java Virtual Machine which conforms to the
11           JVM specification version 2 (blue book).
13           http://jamvm.sf.net
15 comment "jamvm needs a toolchain w/ threads, dynamic library"
16         depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
17                 || BR2_mips || BR2_mipsel || BR2_powerpc
18         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS