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)
commit57b134349f8c8e27117525f220122eea2edbc834
treebb68de6af40c669f6a55c7930392504c5ddd57fa
parent77dd25bd3b6912f6911f297ca4c5154cc9dffd86
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