perf tools: Fix compatibility with libelf 0.8 and autodetect
authorMarti Raudsepp <marti@juffo.org>
Sat, 24 Oct 2009 16:10:36 +0000 (19:10 +0300)
committerIngo Molnar <mingo@elte.hu>
Sun, 25 Oct 2009 16:09:14 +0000 (17:09 +0100)
commit84087126d50400789b44459cfc45721778e6ebb0
tree66d0b412094f255fbb53a6f122491c9974e9478f
parent54f4407608c59712a8f5ec1e10dfac40bef5a2e7
perf tools: Fix compatibility with libelf 0.8 and autodetect

The Makefile now automatically defines LIBELF_NO_MMAP when
libelf 0.8.x is detected. libelf 0.8 is still maintained and
some distributions such as Arch Linux use it instead of
elfutils.

Signed-off-by: Marti Raudsepp <marti@juffo.org>
Cc: Lucas De Marchi <lucas.de.marchi@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Arjan van de Ven <arjan@linux.intel.com>
Cc: Mike Galbraith <efault@gmx.de>
LKML-Reference: <1256400636.3007.16.camel@newn>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/Makefile
tools/perf/util/symbol.c
tools/perf/util/symbol.h