]> Git Repo - linux.git/commit
perf tools: Separate lbfd check out of NO_DEMANGLE condition
authorJiri Olsa <[email protected]>
Thu, 10 Oct 2013 20:24:00 +0000 (22:24 +0200)
committerArnaldo Carvalho de Melo <[email protected]>
Mon, 14 Oct 2013 13:28:56 +0000 (10:28 -0300)
commit3e6a147deef93ddbb899cb394d8d44118289e76a
treecae96b64788d4bb308f004479fec1e5eddcc6873
parent1df9297c8535a5bb2b776381e63d8334f87d4abe
perf tools: Separate lbfd check out of NO_DEMANGLE condition

We fail build with NO_DEMANGLE with missing -lbfd externals error.
The reason is that we now use bfd code in srcline object:
  perf tools: Implement addr2line directly using libbfd

So we need to check/add -lbfd always now.

Signed-off-by: Jiri Olsa <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/config/Makefile
This page took 0.050441 seconds and 4 git commands to generate.