This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch: document GCJ_PROPERTIES
>>>>> "Joseph" == Joseph S Myers <jsm@polyomino.org.uk> writes:
Joseph> Program names are @command, environment variables are @env and
Joseph> options are @option.
Appended.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* gcj.texi (Extensions): Document GCJ_PROPERTIES.
Index: gcj.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/gcj.texi,v
retrieving revision 1.57
diff -u -r1.57 gcj.texi
--- gcj.texi 28 Aug 2003 22:11:51 -0000 1.57
+++ gcj.texi 28 Feb 2004 22:46:44 -0000
@@ -563,6 +563,17 @@
libraries will be mapped privately.
@end itemize
+A program compiled by @command{gcj} will examine the
+@env{GCJ_PROPERTIES} environment variable and change its behavior in
+some ways. In particular @env{GCJ_PROPERTIES} holds a list of
+assignments to global properties, such as would be set with the
+@option{-D} option to @command{java}. For instance,
+@samp{java.compiler=gcj} is a valid (but currently meaningless)
+setting.
+@cindex GCJ_PROPERTIES
+@vindex GCJ_PROPERTIES
+
+
@node Invoking gcjh
@chapter Invoking gcjh