Re: Why GCJ won't load my plugin when compiling bytecode?
Andrew Pinski <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <CA+=Sn1kLERJK0rL269UMSaO=Z4y=YkforKKgOcPspdJXBPGiGQ@mail.gmail.com> |
On Fri, Sep 9, 2011 at 1:56 PM, Li junsong <[email protected]> wrote: > Does that mean that GCJ doesn't support -C and -fplugin at the same time? Because the source to byte-code conversion is done by ECJ (Eclipse's java compiler) and not really done by a GCC front-end. Thanks, Andrew Pinski