This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Undocumented feature in gcj
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 04 Jun 2002 21:32:19 +1200
- Subject: Re: Undocumented feature in gcj
- References: <20020604083137.79645AFB0@mail.konqueror.de>
Michael Koch wrote:
I tried to build gcc CVS version and noticed that gcj is called during build
of libjava with the command line argument -B${somepath}. What does this
argument do ? its not mentioned in gcj.texi. Is this an undocumented feature
and not documentated intentional ?
In general, gcj accepts standard gcc command line options in addition to
the Java-specific ones specified in gcj.texi. For those you should look
in the gcc documentation, specifically invoke.texi.
-B
This option specifies where to find the executables, libraries, include
files, and data files of the compiler itself.
regards
Bryce.