source: freewrt/package/sablevm/Config.in@ 18c227bd

freewrt_2_0
Last change on this file since 18c227bd was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 700 bytes
Line 
1config FWRT_PACKAGE_SABLEVM
2 prompt "sablevm........................... A Java Virtual Machine (JVM) implementation"
3 tristate
4 default n
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.