Re: [PATCH 2/2] perf powerpc: Fix build issue when DWARF support is disabled

2014-08-26 Thread Arnaldo Carvalho de Melo
Em Mon, Aug 25, 2014 at 06:25:06PM +1000, Anton Blanchard escreveu: > The powerpc skip callchain code uses DWARF, so we must disable it if > DWARF is disabled. > > Signed-off-by: Anton Blanchard Thanks, applied. - Arnaldo > > Index: b/tools/perf/arch/powerpc/Makefile > ===

[PATCH 2/2] perf powerpc: Fix build issue when DWARF support is disabled

2014-08-25 Thread Anton Blanchard
The powerpc skip callchain code uses DWARF, so we must disable it if DWARF is disabled. Signed-off-by: Anton Blanchard --- Index: b/tools/perf/arch/powerpc/Makefile === --- a/tools/perf/arch/powerpc/Makefile +++ b/tools/perf/arch/po