aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mklibs/patches/002-disable_symbol_checks.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools/mklibs: update to 0.1.45Rosen Penev2022-03-011-2/+2
| | | | | | | | | | | | | Refresh 2to3 patch. Upstream partially did this against some older python version. This is still needed. Refreshed other patches to be python3 safe. Remove uClibc patches as only musl is present now. Refresh others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tools/mklibs: update to 0.1.44 and convert to Python 3Daniel Golle2019-07-261-2/+2
| | | | | | | | | | | | | | | | Since the switch to Python 3 build fails if CONFIG_USE_MKLIBS is set ("Strip unnecessary functions from libraries" in menuconfig) as mklibs hasn't been converted to run on Python 3. * update to most recent upstream version which brings some reproducibility fixes * converted to Python 3 using 2to3 * fixed mixed tab/spaces indentation * fixed use of string.* functions * some more minor fixes to make Python 3 happy Fixes commit 19938c8de7 ("build: switch to Python 3") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Revert "[tools] mklibs: upgrade to 0.1.37"Felix Fietkau2013-06-051-2/+2
| | | | | | It breaks on trying to find ldso SVN-Revision: 36849
* mklibs: upgrade to 0.1.37Luka Perkov2013-06-031-2/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36820
* mklibs: update to 0.1.34 (v2)Luka Perkov2012-06-101-13/+10
| | | | SVN-Revision: 32165
* Revert "[tools] mklibs: update to 0.1.34"Felix Fietkau2012-06-101-10/+13
| | | | | | Too much broken, needs to be reworked SVN-Revision: 32163
* mklibs: update to 0.1.34Luka Perkov2012-06-091-13/+10
| | | | SVN-Revision: 32145
* 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
* upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelfFelix Fietkau2009-08-081-3/+3
| | | | SVN-Revision: 17171
* mklibs: do not fail on unresolved symbols, but print warningsFelix Fietkau2009-08-081-0/+23
SVN-Revision: 17170