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)
commitd3da5e3227c1f1a28020d55d5396797547e2f6f9
treebb68de6af40c669f6a55c7930392504c5ddd57fa
parent9ac858e290ba551ebe40420961e0ec620c523ade
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