toolchain - a newbie question

Rich Felker dalias at aerifal.cx
Tue Dec 5 07:40:27 UTC 2006


On Sat, Dec 02, 2006 at 11:45:34AM -0500, Rob Landley wrote:
> So my question is: I know the wrapper script was abandoned because you have to 
> rebuild gcc from source to get a working version of libgcc_s anyway, but I 
> need the wrapper script for different reasons.  So what _else_ needs to be 
> rebuilt from source to switch between libc versions?  (I'm wondering if I 
> could hack up some kind of "make libraries" target to populate a gcclib 
> directory I can point the wrapper at.)

If you're happy without using shared libgcc (which has little/no
practical use, certainly none at all if you're not using C++), just
force static libgcc and you should be able to get by without
recompiling anything.

Rich




More information about the uClibc mailing list