[uClibc]mipsel syscall stat ... argh!

Geoffrey Espin espin at idiom.com
Sat Feb 23 00:53:14 UTC 2002


> That size for busybox uclibc seems awfully big, even for being
> staticly compiled...   Do you have debugging enabled?  Or did you
> enable a bunch of busybos applets?  Clearly, getting shared
> libraries working will help a great deal.

Yes, most features are enabled, and I did, accidently, leave
DODEBUG=true in the uclibc case only, so it should have been:

>>  % mipsel-linux-size  busybox.*/busybox
>>  1235728   28380   63748 1327856  1442f0 busybox.glibc/busybox
>>   740280   10600   37068  787948   c05ec busybox.uclibc/busybox DEBUG=true

     667560   10588   37068  715216   ae9d0 busybox                DEBUG=false

Didn't sjhill start doing shared libs? haven't heard any more. :-(

> > +#if !defined(__sh__) && !defined(__mips__)
> BTW, I removed the arch special cases here.  This creates a
> pipe.o file, but that is then replaced by the arch specific one.

Understood. Didn't know why it was there for __sh__ so I left
well enough alone.

Geoff
-- 
Geoffrey Espin
espin at idiom.com



More information about the uClibc mailing list