02a623ddf9
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
config BR2_PACKAGE_JAMVM
|
|
bool "jamvm"
|
|
depends on BR2_PACKAGE_CLASSPATH
|
|
select BR2_PACKAGE_PKGCONFIG
|
|
help
|
|
JamVM is a new Java Virtual Machine which conforms to
|
|
the JVM specification version 2 (blue book).
|
|
|
|
http://jamvm.sourceforge.net/
|