aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mklibs/Makefile
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>
* download: add mirror alias for DebianDavid Bauer2021-02-261-1/+1
| | | | | | | Add an alias for Debian packages and download them from the Debian mirror redirector. Signed-off-by: David Bauer <mail@david-bauer.net>
* tools/mklibs: update to 0.1.44 and convert to Python 3Daniel Golle2019-07-261-3/+4
| | | | | | | | | | | | | | | | 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>
* treewide: clean up download hashesFelix Fietkau2016-12-161-1/+1
| | | | | | Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* tools: remove static linking supportJo-Philipp Wich2015-02-061-1/+0
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44285
* 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: upgrade to 0.1.35Luka Perkov2013-02-261-3/+5
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35818
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-121-1/+1
| | | | SVN-Revision: 33140
* mklibs: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33097
* mklibs: update to 0.1.34 (v2)Luka Perkov2012-06-101-7/+5
| | | | SVN-Revision: 32165
* Revert "[tools] mklibs: update to 0.1.34"Felix Fietkau2012-06-101-5/+7
| | | | | | Too much broken, needs to be reworked SVN-Revision: 32163
* mklibs: update to 0.1.34Luka Perkov2012-06-091-7/+5
| | | | SVN-Revision: 32145
* tools/mklibs: revert r24282Alexandros C. Couloumbis2010-12-061-4/+4
| | | | SVN-Revision: 24283
* tools/mklibs: update to version 0.1.30Alexandros C. Couloumbis2010-12-061-4/+4
| | | | SVN-Revision: 24282
* upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelfFelix Fietkau2009-08-081-2/+4
| | | | SVN-Revision: 17171
* add mklibs (based on a patch by florian) in preparation for optional library ↵Felix Fietkau2009-08-071-0/+32
symbol stripping SVN-Revision: 17154