Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use HOST_STATIC_LINKING instead of hardcoding -static | Jo-Philipp Wich | 2012-08-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 33140 | ||||
* | mklibs: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 33097 | ||||
* | mklibs: update to 0.1.34 (v2) | Luka Perkov | 2012-06-10 | 13 | -105/+80 |
| | | | | SVN-Revision: 32165 | ||||
* | Revert "[tools] mklibs: update to 0.1.34" | Felix Fietkau | 2012-06-10 | 13 | -101/+132 |
| | | | | | | Too much broken, needs to be reworked SVN-Revision: 32163 | ||||
* | mklibs: update to 0.1.34 | Luka Perkov | 2012-06-09 | 13 | -132/+101 |
| | | | | SVN-Revision: 32145 | ||||
* | mklibs: revert r31315 | Jo-Philipp Wich | 2012-04-16 | 1 | -10/+0 |
| | | | | SVN-Revision: 31316 | ||||
* | tools/mklibs: add missing <unistd.h> in readelf/elf.cpp | Jo-Philipp Wich | 2012-04-16 | 1 | -0/+10 |
| | | | | | | | | Fixes compile on my Arch Linux system, as unistd.h is needed for ::close(). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 31315 | ||||
* | add missing includes ('unistd.h') for mklibs | Mirko Vogt | 2012-04-12 | 3 | -11/+21 |
| | | | | | | | | This is needed when compiling with GCC >= 4.7.0 since it doesn't implicitly include 'unistd.h' anymore (needed e.g. for file operations in this particular case) - Thanks to Luka Perkov SVN-Revision: 31259 | ||||
* | mklibs: fix some long standing libpthread symbol link issues, mostly related ↵ | Felix Fietkau | 2011-02-28 | 2 | -3/+65 |
| | | | | | | to weak function overrides between libgcc, libc and libpthread SVN-Revision: 25795 | ||||
* | mklibs: properly fix library linking - the relinking in some instances used ↵ | Felix Fietkau | 2011-02-28 | 1 | -16/+24 |
| | | | | | | static libraries instead of shared ones with the same name, that led to some nasty symbol conflicts and pic issues. fix this by always using the full path to the libraries and also fix the libc vs libpthread linking order SVN-Revision: 25793 | ||||
* | mklibs: import missing symbol workaround from Freetz project (#7590) | Jo-Philipp Wich | 2011-01-14 | 1 | -2/+5 |
| | | | | SVN-Revision: 24984 | ||||
* | tools/mklibs: revert r24282 | Alexandros C. Couloumbis | 2010-12-06 | 8 | -18/+18 |
| | | | | SVN-Revision: 24283 | ||||
* | tools/mklibs: update to version 0.1.30 | Alexandros C. Couloumbis | 2010-12-06 | 8 | -18/+18 |
| | | | | SVN-Revision: 24282 | ||||
* | mklibs: fix missing __pack_f symbol in uclibc after relink | Felix Fietkau | 2009-11-17 | 1 | -0/+27 |
| | | | | SVN-Revision: 18438 | ||||
* | mklibs: use -Wl,--gc-sections when relinking - currently only saves a few ↵ | Felix Fietkau | 2009-10-22 | 1 | -0/+11 |
| | | | | | | bytes, maybe more in the future SVN-Revision: 18123 | ||||
* | mklibs: preserve the uclibc init symbol | Felix Fietkau | 2009-10-19 | 1 | -0/+14 |
| | | | | SVN-Revision: 18085 | ||||
* | mklibs: handle duplicate symbols properly | Felix Fietkau | 2009-10-19 | 1 | -0/+32 |
| | | | | SVN-Revision: 18084 | ||||
* | mklibs: fix crashes on nonexistant sections in readelf (thx, justus) | Felix Fietkau | 2009-10-19 | 1 | -0/+33 |
| | | | | SVN-Revision: 18083 | ||||
* | mklibs: fix libpthread link error (#5851) | Felix Fietkau | 2009-09-20 | 1 | -0/+28 |
| | | | | SVN-Revision: 17639 | ||||
* | mklibs: do not touch libraries that cannot be rebuilt | Felix Fietkau | 2009-08-08 | 1 | -0/+50 |
| | | | | SVN-Revision: 17172 | ||||
* | upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelf | Felix Fietkau | 2009-08-08 | 3 | -9/+10 |
| | | | | SVN-Revision: 17171 | ||||
* | mklibs: do not fail on unresolved symbols, but print warnings | Felix Fietkau | 2009-08-08 | 1 | -0/+23 |
| | | | | SVN-Revision: 17170 | ||||
* | fix mklibs compilation failures on stdio.h not being included | Florian Fainelli | 2009-08-07 | 1 | -0/+11 |
| | | | | SVN-Revision: 17164 | ||||
* | add mklibs (based on a patch by florian) in preparation for optional library ↵ | Felix Fietkau | 2009-08-07 | 2 | -0/+2591 |
symbol stripping SVN-Revision: 17154 |