[uClibc][patch] better shared makefile target

Manuel Novoa III mnovoa3 at bellsouth.net
Mon Mar 19 22:11:48 UTC 2001


On Mon, 19 Mar 2001, Magick wrote:
> Ok, you want to include libgcc.a and i can see why. Better better once in
> the lib than in every app.

What's intended is that any object files needed from libgcc.a by libuClibc.so
will be added to it.  On i386, this is generally only support for some of the
long long operations.  If you configure without long long support, nothing gets
pulled from libgcc.a.

There may be some other things from libgcc.a that we want in libuClibc.so, but
there are probably a number of things we don't want either.

Manuel







More information about the uClibc mailing list