mklibs: properly fix library linking - the relinking in some instances used static...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 28 Feb 2011 16:17:04 +0000 (16:17 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 28 Feb 2011 16:17:04 +0000 (16:17 +0000)
commitf49117a33b85a922f01a2f5778b3a893aec9cd01
treebb68de6af40c669f6a55c7930392504c5ddd57fa
parent19e5102c2092360289be306ea6d52d9628e7c1f4
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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25793 3c298f89-4303-0410-b956-a3cf2f4a3e73
tools/mklibs/patches/009-uclibc_libgcc_link.patch