summaryrefslogtreecommitdiff
path: root/tools/mklibs
AgeCommit message (Collapse)Author
2013-06-05Revert "[tools] mklibs: upgrade to 0.1.37"nbd
It breaks on trying to find ldso git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36849 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-03[tools] mklibs: upgrade to 0.1.37luka
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36820 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-26[tools] mklibs: upgrade to 0.1.35luka
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35818 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-12[tools] use HOST_STATIC_LINKING instead of hardcoding -staticjow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33140 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-10[tools] mklibs: link staticallyjow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10[tools] mklibs: update to 0.1.34 (v2)luka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32165 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10Revert "[tools] mklibs: update to 0.1.34"nbd
Too much broken, needs to be reworked git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32163 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-09[tools] mklibs: update to 0.1.34luka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32145 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16[tools] mklibs: revert r31315jow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16tools/mklibs: add missing <unistd.h> in readelf/elf.cppjow
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
2012-04-12[tools/mklibs] add missing includes ('unistd.h') for mklibsmirko
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
2011-02-28mklibs: fix some long standing libpthread symbol link issues, mostly related ↵nbd
to weak function overrides between libgcc, libc and libpthread git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25795 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28mklibs: properly fix library linking - the relinking in some instances used ↵nbd
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
2011-01-14[tools] mklibs: import missing symbol workaround from Freetz project (#7590)jow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-06tools/mklibs: revert r24282acoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-06tools/mklibs: update to version 0.1.30acoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-17mklibs: fix missing __pack_f symbol in uclibc after relinknbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-22mklibs: use -Wl,--gc-sections when relinking - currently only saves a few ↵nbd
bytes, maybe more in the future git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18123 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19mklibs: preserve the uclibc init symbolnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19mklibs: handle duplicate symbols properlynbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19mklibs: fix crashes on nonexistant sections in readelf (thx, justus)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18083 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-20mklibs: fix libpthread link error (#5851)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08mklibs: do not touch libraries that cannot be rebuiltnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17172 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelfnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17171 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08mklibs: do not fail on unresolved symbols, but print warningsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17170 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07[tools] fix mklibs compilation failures on stdio.h not being includedflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17164 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07add mklibs (based on a patch by florian) in preparation for optional library ↵nbd
symbol stripping git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17154 3c298f89-4303-0410-b956-a3cf2f4a3e73