Re: [PATCH 18/52] tools/perf/build: Split out feature check: 'libunwind'

2013-10-08 Thread Ingo Molnar
* David Ahern wrote: > On 10/8/13 4:10 AM, Ingo Molnar wrote: > >@@ -240,15 +241,7 @@ ifneq ($(ARCH),x86) > > endif > > > > ifndef NO_LIBUNWIND > >- # for linking with debug library, run like: > >- # make DEBUG=1 LIBUNWIND_DIR=/opt/libunwind/ > >- ifdef LIBUNWIND_DIR > >-LIBUNWIND_CFLAG

Re: [PATCH 18/52] tools/perf/build: Split out feature check: 'libunwind'

2013-10-08 Thread David Ahern
On 10/8/13 4:10 AM, Ingo Molnar wrote: @@ -240,15 +241,7 @@ ifneq ($(ARCH),x86) endif ifndef NO_LIBUNWIND - # for linking with debug library, run like: - # make DEBUG=1 LIBUNWIND_DIR=/opt/libunwind/ - ifdef LIBUNWIND_DIR -LIBUNWIND_CFLAGS := -I$(LIBUNWIND_DIR)/include -LIBUNWIND_

[PATCH 18/52] tools/perf/build: Split out feature check: 'libunwind'

2013-10-08 Thread Ingo Molnar
Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Namhyung Kim Cc: David Ahern Cc: Jiri Olsa Link: http://lkml.kernel.org/n/tip-vtiatsvyva3tfgh3vhxai...@git.kernel.org Signed-off-by: Ingo Molnar --- tools/perf/config/Makefile| 13 +++-- tools/perf/config/fea