This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: document GCJ_PROPERTIES


On Sat, 28 Feb 2004, Tom Tromey wrote:

> +A program compiled by @code{gcj} will examine the
> +@code{GCJ_PROPERTIES} environment variable and change its behavior in
> +some ways.  In particular @code{GCJ_PROPERTIES} holds a list of
> +assignments to global properties, such as would be set with the
> +@code{-D} option to @code{java}.  For instance,
> +@samp{java.compiler=gcj} is a valid (but currently meaningless)
> +setting.

Program names are @command, environment variables are @env and options are
@option.

-- 
Joseph S. Myers
jsm@polyomino.org.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]