This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
a quicky about gcj command line
- From: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>
- To: java at gcc dot gnu dot org
- Date: 23 Jan 2002 01:41:38 +0000
- Subject: a quicky about gcj command line
Is there any way to just get the gcj options from the cmd line?
Since gcj is just a symlink to gcc one always get's the main gcc
message. I realise I can get all sub helps by doing:
gcc -v --help
but that's way too much information.
Is it possible to do something like this:
gcj -vgcj --help
In fact I think it's pretty poor that gcc doesn't pick up the name
it's being called by and work out what help to return (though I think
someone did try to explain why that couldn't work).
I know this is a silly thing, but it's just such a pain!
Nic