mklibs: properly fix library linking - the relinking in some instances used static...
authorFelix Fietkau <nbd@openwrt.org>
Mon, 28 Feb 2011 16:17:04 +0000 (16:17 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 28 Feb 2011 16:17:04 +0000 (16:17 +0000)
commit04e3dae4adbfd5a69595e17d9f437a60c64a7811
treef2727dc94848678ccd5fb09f16d9748829b4c2e4
parentd8e217c28f40cc9e08abaa1c9425fe88b7aed675
mklibs: properly fix library linking - the relinking in some instances used 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
tools/mklibs/patches/009-uclibc_libgcc_link.patch