From: Kyle McMartin Date: Mon, 10 May 2010 20:43:35 +0000 (-0400) Subject: perf symbols: allow forcing use of cplus_demangle X-Git-Tag: v2.6.35-rc1~522^2~23^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d11c7addfe0fa501cb54c824c0fac3481d527433;p=pandora-kernel.git perf symbols: allow forcing use of cplus_demangle For Fedora, I want to force perf to link against libiberty.a for cplus_demangle, rather than libbfd.a for bfd_demangle due to licensing insanity on binutils. (libiberty is LGPL2, libbfd is GPL3.) If we just rely on autodetection, we'll end up with libbfd linked against us, since they're both in binutils-static in the buildroot. Cc: Ingo Molnar LKML-Reference: <20100510204335.GA7565@bombadil.infradead.org> Signed-off-by: Kyle McMartin Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed