Re: libraryopt

2007-09-26 Thread Christian MICHON
On 9/26/07, emBuild Software Design [EMAIL PROTECTED] wrote:
 I'd like to request as a feature addition to uclibc the addition of specific
 support for libraryopt (http://libraryopt.sourceforge.net/), a tool that
 reduces shared library size by removing unneeded object files from a rebuild
 of the shared libraries...

Erik Andersen used to have a script doing this. Please dig into the ml
archives to find back explanations on how to do this.

If I recall well, his script had a way to find which objects are
required. You can do so manually using nm by the way.

-- 
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !
___
uClibc mailing list
uClibc@uclibc.org
http://busybox.net/cgi-bin/mailman/listinfo/uclibc


Re: libraryopt

2007-09-26 Thread Christian MICHON
I found back the script: it's still in the uClibc tarball.

Have a look at libstrip:

uClibc-0.9.29\extra\libstrip\

-- 
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !
___
uClibc mailing list
uClibc@uclibc.org
http://busybox.net/cgi-bin/mailman/listinfo/uclibc