Undocumented feature in gcj

Bryce McKinlay bryce@waitaki.otago.ac.nz
Tue Jun 4 02:33:00 GMT 2002


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.




More information about the Java mailing list