Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain: mark mklibs as broken | Gustavo Zacarias | 2011-05-02 | 1 | -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 Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | - portable cp args | Bernhard Reutner-Fischer | 2007-01-03 | 1 | -1/+1 |
| | |||||
* | Add support for mklibs (strips unused syms from shared libs such as uClibc) | Eric Andersen | 2006-08-02 | 3 | -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. |