[uClibc] Re: crt unacceptable "fix" removal

Erik Andersen andersen at codepoet.org
Fri Oct 15 21:41:49 UTC 2004


On Fri Oct 15, 2004 at 10:48:44PM +0200, Peter S. Mazinger wrote:
> Buildroot has it easy: it can build and INSTALL the runtime/dev before 
> building the utilities, but how do you want to do this with any packaging 
> system (deb,rpm)?

Any packaging system can cd to uClibc/utils and run make
using any 'ol toolchain it feels comfortable with.  The
resulting utility binaries will be linked with whatever
C library the toolchain typically uses, and will target
whatever platform the toolchain targets.

i.e. typical usage would be.

1) build binutils
2) build gcc initial
3) build uClibc with gcc initial
4) build gcc final to get libstdc++ linked with uClibc, etc
5) build uClibc utils using gcc final

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list