aot-compile
is a script that searches a directory for Java bytecode
(as class files, or in jars) and uses gcj
to compile it to native
code and generate the databases from it.
-M, --make=
PATHmake
executable to use.
-C, --gcj=
PATHgcj
executable to use.
-D, --dbtool=
PATHgcj-dbtool
executable to use.
-m, --makeflags=
FLAGSmake
during the build.
-c, --gcjflags=
FLAGSgcj
during compilation, in addition to
'-fPIC -findirect-dispatch -fjni'.
-l, --ldflags=
FLAGSgcj
during linking, in addition to
'-Wl,-Bsymbolic'.
-e, --exclude=
PATH