On Sat, 26 Sep 2009, Ersin Akinci wrote: > Ah, you're correct. I was running a simple du ./ on the install dir, > but I didn't realize that that included the header files and static > libs. My total /lib comes out to ~320 KB and my libuClibc-*.so is > ~160 KB. > > Are the header files needed for anything? Can I delete them safely? They are required to compile anything against uClibc, but not otherwise.
If you are cross-compiling every executable from a seperate system, on the target system you may nuke /usr/lib/*.a, /usr/lib/*.o, and /usr/include. ---- Michael Deutschmann <[email protected]> _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
