Gentoo Archives: gentoo-dev

From: Stuart Longland <stuartl@××××××××××××××××××.org>
To: gentoo-dev@g.o
Cc: gentoo-dev@l.g.o, Andrew Gaffney <agaffney@g.o>
Subject: Re: [gentoo-dev] Patch for absolute minimal GCC for distcc environment
Date: Sun, 03 Apr 2005 10:35:22
Message-Id: 424FC6E4.7080009@longlandclan.hopto.org
In Reply to: Re: [gentoo-dev] Patch for absolute minimal GCC for distcc environment by Andrew de Quincey
1 Andrew de Quincey wrote:
2 > On Sunday 03 April 2005 03:10, Andrew Gaffney wrote:
3 >
4 >>Andrew de Quincey wrote:
5 >>
6 >>>Hi, I hope this is the correct place to send this.
7 >>>
8 >>>I have setup distcc in my network. Most of the hosts are i686, but one of
9 >>>them is x86_64. I wish to distribute tasks to the i686 machines from the
10 >>>x86_64 machine. This involves installing a cross compiler on the i686
11 >>>machines for x86_64 tasks. Crossdev is overkill for this - I don't
12 >>>actually _need_ glibc and the like on the client machines for a simple
13 >>>distcc environment. It really adds to the upgrade time when emerge sync;
14 >>>emerge worlding.
15 >>
16 >>crossdev -s1 -t <x86_64 CHOST>
17 >
18 >
19 > According to the docs, that doesn't compile a c++ compiler:
20 >
21 > -s1, --stage1 Build a C compiler (no libc/C++)
22
23 And guess what... no libc... no c++. If you require a C++ compiler,
24 then might I suggest making a µClibc-based toolchain? µClibc is just a
25 little smaller than it's GNU cousin, and so shouldn't occupy much space.
26
27 --
28 +-------------------------------------------------------------+
29 | Stuart Longland -oOo- http://stuartl.longlandclan.hopto.org |
30 | Atomic Linux Project -oOo- http://atomicl.berlios.de |
31 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
32 | I haven't lost my mind - it's backed up on a tape somewhere |
33 +-------------------------------------------------------------+

Attachments

File name MIME type
signature.asc application/pgp-signature

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 Andrew de Quincey <adq_dvb@×××××××××.net>