source: freewrt/package/sablevm/Config.in@ 2919331

freewrt_1_0 freewrt_2_0
Last change on this file since 2919331 was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 716 bytes
Line 
1config FWRT_PACKAGE_SABLEVM
2 prompt "sablevm........................... A Java Virtual Machine (JVM) implementation"
3 tristate
4 default m if CONFIG_DEVEL
5 select FWRT_PACKAGE_LIBFFI_SABLE
6 select FWRT_PACKAGE_LIBLTDL
7 select FWRT_PACKAGE_LIBPOPT
8 select FWRT_PACKAGE_LIBPTHREAD
9 select FWRT_PACKAGE_ZLIB
10 help
11 SableVM is a robust, extremely portable, efficient, and specifications-
12 -compliant Java virtual machine that aims to be easy to maintain and to
13 extend. It features a state-of-the-art and efficient interpreter engine.
14 Its source code is very accessible and easy to understand. It also has
15 many robustness features that have been the object of careful design.
16
17 http://sablevm.org/
18
Note: See TracBrowser for help on using the repository browser.