Gentoo Archives: gentoo-doc

From: Mike Frysinger <vapier@g.o>
To: gentoo-doc@l.g.o
Subject: Re: [gentoo-doc] Toolchain guide?
Date: Fri, 28 Jul 2006 09:25:55
Message-Id: 200607280524.27847.vapier@gentoo.org
In Reply to: Re: [gentoo-doc] Toolchain guide? by Josh Saddler
1 On Wednesday 26 July 2006 17:27, Josh Saddler wrote:
2 > As far as things to think about when updating your toolchain, look in the
3 > forums for threads by robmoss, a retired Gentoo toolchain maintainer.
4
5 not to be picky, but he wasnt a toolchain maintainer ... he maintained some
6 base packages (like grub), but not the toolchain
7
8 not to say his guides arent good, information coming from him on the forum is
9 generally high quality stuff
10
11 > I think the Gentoo base project folks might be able to give you some more
12 > good links on related documentation available elsewhere, as they maintain
13 > gcc et al.
14
15 there is a base-system group who maintains most "system" type packages (things
16 like bootloaders, filesystem apps, etc...) and then there is a toolchain
17 group who manages just the compiler packages (binutils, glibc, gcc, etc...)
18
19 generally the core people in both groups are the same people though ;)
20
21 > Anything else, like how autotools magic works (or doesn't), you
22 > should probably check out the relevant gnu.org pages.
23
24 the devmanual goes into autotool details now ... but that's geared towards
25 helping Gentoo developers identify/fix common bugs/mistakes
26 -mike