This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[Re: build gcc with distcc]
- From: Weidong Cui <mason dot cui at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 23 Nov 2006 13:16:58 +0000
- Subject: [Re: build gcc with distcc]
- Reply-to: mason dot cui at gmail dot com
On Thu, Nov 23, 2006 at 11:36:43AM +0000, Richard Sandiford wrote:
> Weidong Cui <mason.cui@gmail.com> writes:
> > Hi, Everyone:
> > I am trying to build gcc with distcc on 3 linux
> > boxes. But when I build gcc with option '--enable-bootstrap',
> > the 'distcc' doesn't work. So I disabled bootstrap , then 'distcc'
> > worked effective.
> >
> > My question is: how to build gcc bootstrap with distcc correctly.
> > ^^^^^^^^^
>
> ISTR Alex got this working once, but maybe I'm confused. (Hey Alex ;))
>
> Richard
By using the script "distccrel" writen by Alexandre Oliva, gcc can be
built with 'dictcc' bootstrap on my linux boxes. Thanks
Cui