tools/make_libdeps.sh: Add needed mangling rules.
authorzrj <rimvydas.jasinskas@gmail.com>
Thu, 24 May 2018 09:21:09 +0000 (12:21 +0300)
committerzrj <zrj@dragonflybsd.org>
Thu, 24 May 2018 10:19:53 +0000 (13:19 +0300)
commit28cbf28d62d788ffd91329ed6727292100da0936
tree61ccc34e4d427129357881fa1d4d3f084f2545df
parenta306098093a12ac85302722ea66e9ef72823977e
tools/make_libdeps.sh: Add needed mangling rules.

For tool to work properly:
 * suppess all of the -Wl,--foo (yes, we have those unfortunately);
 * mangle all of pthread references;
 * ignore libstdc++'s ../components/blah/libfoo_pic.a (used as int libs);
 * remangle internallib libelf_pic.a for libexecinfo;
 * mangle all of the privatelibs to get correct lib location.
tools/make_libdeps.sh