From 3e6a147deef93ddbb899cb394d8d44118289e76a Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Thu, 10 Oct 2013 22:24:00 +0200 Subject: [PATCH] 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 Cc: Corey Ashford Cc: David Ahern Cc: Ingo Molnar Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Arnaldo Carvalho de Melo --- Reading git-format-patch failed