Next: Invoking rebuild-gcj-db, Previous: Invoking gc-analyze, Up: Top [Contents][Index]
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=PATH
Specify the path to the make
executable to use.
-C, --gcj=PATH
Specify the path to the gcj
executable to use.
-D, --dbtool=PATH
Specify the path to the gcj-dbtool
executable to use.
-m, --makeflags=FLAGS
Specify flags to pass to make
during the build.
-c, --gcjflags=FLAGS
Specify flags to pass to gcj
during compilation, in addition to
’-fPIC -findirect-dispatch -fjni’.
-l, --ldflags=FLAGS
Specify flags to pass to gcj
during linking, in addition to
’-Wl,-Bsymbolic’.
-e, --exclude=PATH
Do not compile PATH.