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: Speaking of runtime options


>>>>> "Nic" == Nic Ferrier <nferrier@tapsellferrier.co.uk> writes:

Nic> The cmd line differences between gcj and javac are to many to
Nic> list.

gcj command-line processing is a lot trickier.
We'd like `gcj -C' to be compatible, but it is possible that gcc won't
let us get there.  In that case we could consider writing a
`javac'-style wrapper ("gcjc"? -- an ugly name) that simply processes
its command-line and then invokes gcj.  (In this situation we would be
free to use GNU getopt, as it is a host-side tool.)

Tom


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