aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mklibs/patches/009-uclibc_libgcc_link.patch
Commit message (Collapse)AuthorAgeFilesLines
* mklibs: fix some long standing libpthread symbol link issues, mostly related ↵Felix Fietkau2011-02-281-3/+2
| | | | | | to weak function overrides between libgcc, libc and libpthread SVN-Revision: 25795
* mklibs: properly fix library linking - the relinking in some instances used ↵Felix Fietkau2011-02-281-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 Wich2011-01-141-2/+5
| | | | SVN-Revision: 24984
* tools/mklibs: revert r24282Alexandros C. Couloumbis2010-12-061-2/+2
| | | | SVN-Revision: 24283
* tools/mklibs: update to version 0.1.30Alexandros C. Couloumbis2010-12-061-2/+2
| | | | SVN-Revision: 24282
* mklibs: fix missing __pack_f symbol in uclibc after relinkFelix Fietkau2009-11-171-0/+27
SVN-Revision: 18438