This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: Undocumented feature in gcj


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.




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