From: Markus Trippelsdorf Date: Wed, 19 Sep 2012 07:29:02 +0000 (+0200) Subject: perf tools: bfd.h/libbfd detection fails with recent binutils X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~97^2~3^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ce711a6abc27abce1554e1d671a8762b7187690;p=pandora-kernel.git perf tools: bfd.h/libbfd detection fails with recent binutils With recent binutils I get: perf % make Makefile:668: No bfd.h/libbfd found, install binutils-dev[el]/zlib-static to gain symbol demanglin That happens because bfd.h now contains: I've reopened a bug in the hope that this check will be deleted: http://sourceware.org/bugzilla/show_bug.cgi?id=14243 But in the meantime, the following patch fixes the problem Signed-off-by: Markus Trippelsdorf Cc: Ingo Molnar Cc: Mike Frysinger Cc: Paul Mackerras Link: http://lkml.kernel.org/r/20120919072902.GA262@x4 Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed