aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mklibs
Commit message (Collapse)AuthorAgeFilesLines
* tools: remove static linking supportJo-Philipp Wich2015-02-061-1/+0
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "[tools] mklibs: upgrade to 0.1.37"Felix Fietkau2013-06-0511-23/+23
| | | | | | It breaks on trying to find ldso git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] mklibs: upgrade to 0.1.37Luka Perkov2013-06-0311-23/+23
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36820 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] mklibs: upgrade to 0.1.35Luka Perkov2013-02-262-3/+13
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] mklibs: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] mklibs: update to 0.1.34 (v2)Luka Perkov2012-06-1013-105/+80
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32165 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "[tools] mklibs: update to 0.1.34"Felix Fietkau2012-06-1013-101/+132
| | | | | | Too much broken, needs to be reworked git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32163 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] mklibs: update to 0.1.34Luka Perkov2012-06-0913-132/+101
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] mklibs: revert r31315Jo-Philipp Wich2012-04-161-10/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mklibs: add missing <unistd.h> in readelf/elf.cppJo-Philipp Wich2012-04-161-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools/mklibs] add missing includes ('unistd.h') for mklibsMirko Vogt2012-04-123-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31259 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: fix some long standing libpthread symbol link issues, mostly related ↵Felix Fietkau2011-02-282-3/+65
| | | | | | to weak function overrides between libgcc, libc and libpthread git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25793 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] mklibs: import missing symbol workaround from Freetz project (#7590)Jo-Philipp Wich2011-01-141-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mklibs: revert r24282Alexandros C. Couloumbis2010-12-068-18/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mklibs: update to version 0.1.30Alexandros C. Couloumbis2010-12-068-18/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: fix missing __pack_f symbol in uclibc after relinkFelix Fietkau2009-11-171-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: use -Wl,--gc-sections when relinking - currently only saves a few ↵Felix Fietkau2009-10-221-0/+11
| | | | | | bytes, maybe more in the future git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: preserve the uclibc init symbolFelix Fietkau2009-10-191-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: handle duplicate symbols properlyFelix Fietkau2009-10-191-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: fix crashes on nonexistant sections in readelf (thx, justus)Felix Fietkau2009-10-191-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: fix libpthread link error (#5851)Felix Fietkau2009-09-201-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17639 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: do not touch libraries that cannot be rebuiltFelix Fietkau2009-08-081-0/+50
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17172 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelfFelix Fietkau2009-08-083-9/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17171 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: do not fail on unresolved symbols, but print warningsFelix Fietkau2009-08-081-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17170 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] fix mklibs compilation failures on stdio.h not being includedFlorian Fainelli2009-08-071-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17164 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add mklibs (based on a patch by florian) in preparation for optional library ↵Felix Fietkau2009-08-072-0/+2591
symbol stripping git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17154 3c298f89-4303-0410-b956-a3cf2f4a3e73