Gentoo Archives: gentoo-dev

From: Andrew de Quincey <adq_dvb@×××××××××.net>
To: gentoo-dev@××××××××××××.org
Cc: Andrew Gaffney <agaffney@g.o>, gentoo-dev@××××××××××××.org
Subject: Re: [gentoo-dev] Patch for absolute minimal GCC for distcc environment
Date: Sun, 03 Apr 2005 02:15:18
Message-Id: 200504030315.22340.adq_dvb@lidskialf.net
In Reply to: Re: [gentoo-dev] Patch for absolute minimal GCC for distcc environment by Andrew Gaffney
1 On Sunday 03 April 2005 03:10, Andrew Gaffney wrote:
2 > Andrew de Quincey wrote:
3 > > Hi, I hope this is the correct place to send this.
4 > >
5 > > I have setup distcc in my network. Most of the hosts are i686, but one of
6 > > them is x86_64. I wish to distribute tasks to the i686 machines from the
7 > > x86_64 machine. This involves installing a cross compiler on the i686
8 > > machines for x86_64 tasks. Crossdev is overkill for this - I don't
9 > > actually _need_ glibc and the like on the client machines for a simple
10 > > distcc environment. It really adds to the upgrade time when emerge sync;
11 > > emerge worlding.
12 >
13 > crossdev -s1 -t <x86_64 CHOST>
14
15 According to the docs, that doesn't compile a c++ compiler:
16
17 -s1, --stage1 Build a C compiler (no libc/C++)
18 --
19 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Patch for absolute minimal GCC for distcc environment Stuart Longland <stuartl@××××××××××××××××××.org>
Re: [gentoo-dev] Patch for absolute minimal GCC for distcc environment Ioannis Aslanidis <aslanidis@×××××.com>