aboutsummaryrefslogtreecommitdiff
path: root/tools/mklibs
Commit message (Collapse)AuthorAge
* mklibs: fix missing __pack_f symbol in uclibc after relinkFelix Fietkau2009-11-17
| | | | SVN-Revision: 18438
* mklibs: use -Wl,--gc-sections when relinking - currently only saves a few ↵Felix Fietkau2009-10-22
| | | | | | bytes, maybe more in the future SVN-Revision: 18123
* mklibs: preserve the uclibc init symbolFelix Fietkau2009-10-19
| | | | SVN-Revision: 18085
* mklibs: handle duplicate symbols properlyFelix Fietkau2009-10-19
| | | | SVN-Revision: 18084
* mklibs: fix crashes on nonexistant sections in readelf (thx, justus)Felix Fietkau2009-10-19
| | | | SVN-Revision: 18083
* mklibs: fix libpthread link error (#5851)Felix Fietkau2009-09-20
| | | | SVN-Revision: 17639
* mklibs: do not touch libraries that cannot be rebuiltFelix Fietkau2009-08-08
| | | | SVN-Revision: 17172
* upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelfFelix Fietkau2009-08-08
| | | | SVN-Revision: 17171
* mklibs: do not fail on unresolved symbols, but print warningsFelix Fietkau2009-08-08
| | | | SVN-Revision: 17170
* fix mklibs compilation failures on stdio.h not being includedFlorian Fainelli2009-08-07
| | | | SVN-Revision: 17164
* add mklibs (based on a patch by florian) in preparation for optional library ↵Felix Fietkau2009-08-07
symbol stripping SVN-Revision: 17154