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

From: David Ahern
Date: Tue Oct 08 2013 - 11:21:16 EST


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_LDFLAGS := -L$(LIBUNWIND_DIR)/lib
- endif

You are dropping the above so add-on libunwind support will break.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/