]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not available
authorConny Seidel <conny.seidel@amd.com>
Thu, 1 Jul 2010 13:19:26 +0000 (15:19 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 2 Jul 2010 13:01:58 +0000 (10:01 -0300)
commit746806e020193196b0c1c995cd5dbb13f0164ba5
tree9e71a68c8267172db279706724ab1545663aaa8b
parent2eebfacc8e153c1555857ed45646b25b2fd93c0f
perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not available

make version 3.80 doesn't support "else ifdef" on the same line, also it
doesn't support unindented nested constructs.

Build fails with:
Makefile:608: Extraneous text after `else' directive
Makefile:611: *** only one `else' per conditional.  Stop.

This patch fixes the build for make 3.80.

Cc: Borislav Petkov <borislav.petkov@amd.com>
LKML-Reference: <1277990366-1462-1-git-send-email-conny.seidel@amd.com>
Signed-off-by: Conny Seidel <conny.seidel@.amd.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile