summaryrefslogtreecommitdiffstats
path: root/toolchain/mklibs
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: mark mklibs as brokenGustavo Zacarias2011-05-021-0/+1
| | | | | | | | mklibs is a broken option, so mark it as so pending a proper fixup or punting it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - portable cp argsBernhard Reutner-Fischer2007-01-031-1/+1
|
* Add support for mklibs (strips unused syms from shared libs such as uClibc)Eric Andersen2006-08-023-0/+652
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.