On Mon, 2009-03-30 at 14:57 +0100, Martin Guy wrote: > On 3/30/09, Uros Bizjak <[email protected]> wrote: > > I have local gcc development tree and corresponding build dir... To do > > some development and to run regression test, I need both, full > > mainline gcc SVN tree and the build dir. I can't imagine, how to > > develop gcc without these two. > > There are some suggestions at http://gcc.gnu.org/wiki/SvnSetup such as > only keeping the frontends you are working on (java seems the single > largest part). > Hoever I guess that giving gcc50 more disk is the real answer - it > only has 17GB - as it is the only alpha architecture machine.
There is another alpha and several other machines in the pipeline, since we rely on donations I cannot give a firm date for their availability. For GCC make bootstrap-lean is documented as taking less space in the build dir. If you don't immediately need to debug make BOOT_CFLAGS='-O' is also documented as saving some space. Laurent _______________________________________________ Gcc-cfarm-users mailing list [email protected] https://mail.gna.org/listinfo/gcc-cfarm-users
