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: gcj -bootclasspath doesn't work anymore?


>>>>> "Per" == Per Bothner <per@bothner.com> writes:

Tom> Still, why not ship a `javac'-like wrapper script?  I haven't seen an
Tom> argument against doing it.  Debian does it, presumably indicating that
Tom> they've seen a need for one.

Per> You mean:

Per> #!/bin/sh
Per> exec gcj -C "$@"

Actually, I was thinking of something that would also ignore javac
arguments we don't support: -X, -source, -sourcepath, -target, etc.
The script Michael Koch sent does this.

Tom


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