Re: RFD: Precompile ecj [Was Re: GCCMain not found & test suite errors fatal?]
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On 01/06/2010 04:59 PM, David Daney wrote: > Andrew Haley wrote: >> This makes ecj1 (and therefore gcj with Java source) much faster but >> takes 1m30s of CPU on a very fast computer. It doesn't really seem to >> make the build longer on a multi-CPU box, since it runs in parallel with >> the rest of the build AFAICS. Do you think we can get away with this? >> > > Seems reasonable to me. > > >> Andrew. >> >> >> 2010-01-06 Andrew Haley <[email protected]> >> >> * Makefile.am (ecjx_LDFLAGS): Always precompile AWT. > > > This changelog mentions AWT. Is that correct? Almost certainly not. :-) Thanks, Andrew.