This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: distributed compilation with gcc: distcc


[cc'd distcc list]

I just looked at  

  http://subversions.gnu.org/cgi-bin/viewcvs/gcc/gcc/gcc/Makefile.in?rev=1.912&content-type=text/vnd.viewcvs-markup

which makes things a bit clearer than the parent Makefile.  

So it seems like we have to at least have the $(build_tooldir), and
the $(builddir)/stage[1234] directories shared or copied across all
the machines.  In addition, for the special case of gcc which runs its
own output, all the volunteers will need to be compatible
architectures and OSs.

I suspect the easiest thing will be to share the builddir over NFS.
Is that possible?

-- 
Martin 


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