This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.1: Buildable on GHz machines only?
Matt Thomas <matt@3am-software.com> writes:
> libjava is built on everything but vax and mips. Bootstrapping core
> might be better but do the configure on the fly it's not as easy as
> it used to be.
--enable-languages=c,c++ (or even perhaps --enable-languages=c)
doesn't work for you?
Also, I believe "make all-gcc TARGET-gcc=bootstrap" will bootstrap the
compiler normally but not build the runtime libraries.
> It would be nice if bootstrap emitted timestamps when it was started
> and when it completed a stage so one could just look at the make output.
Patches are welcome.
zw