This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ runtime options
- To: Nic Ferrier <nferrier at tf1 dot tapsellferrier dot co dot uk>
- Subject: Re: GCJ runtime options
- From: Tom Tromey <tromey at redhat dot com>
- Date: 26 Sep 2001 09:00:04 -0600
- Cc: java at gcc dot gnu dot org
- References: <E15lBow-0006o6-00@tf1.tapsellferrier.co.uk>
- Reply-To: tromey at redhat dot com
>>>>> "Nic" == Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk> writes:
Nic> I've just built GCJ out of the CVS... shouldn't the bin have a proper
Nic> --help spec? my --help spec is the same as GCC's help spec (ie: no
Nic> information about -C or any of the GCJ specific options).
It should, but I don't think this is easy to implement given the
current state of the gcc driver. If I'm wrong, I'd love to know about
it...
I think there is already a PR for this, but I haven't checked to be
certain.
Tom