aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/mklibs/mklibs.py
Commit message (Collapse)AuthorAgeFilesLines
* mklibs: remove supportThomas Petazzoni2012-04-251-597/+0
| | | | | | | | The support for mklibs has been marked broken since more than a year and nobody cared to bring it up to a working state. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add support for mklibs (strips unused syms from shared libs such as uClibc)Eric Andersen2006-08-021-0/+597
based on a patch from akvadrako, and using a version of mklibs.py that was massively hacked up by andersee and mjn3 for uClibc support.