[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201310051739.r95HdUAe003537@drepperk.user.openhosting.com>
Date: Sat, 5 Oct 2013 13:39:30 -0400
From: Ulrich Drepper <drepper@...adia.org>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] perf: remove duplicate block from Makefile
This looks like a merge error, the code is duplicated with the first
copy doing something else as well. Just remove the second block.
Signed-off-by: Ulrich Drepper <drepper@...il.com>
Makefile | 8 --------
1 file changed, 8 deletions(-)
Index: perf/config/Makefile
===================================================================
--- perf.orig/config/Makefile
+++ perf/config/Makefile
@@ -200,14 +200,6 @@ endif # NO_DWARF
endif # NO_LIBELF
-ifndef NO_LIBELF
-CFLAGS += -DLIBELF_SUPPORT
-FLAGS_LIBELF=$(CFLAGS) $(LDFLAGS) $(EXTLIBS)
-ifeq ($(call try-cc,$(SOURCE_ELF_MMAP),$(FLAGS_LIBELF),-DLIBELF_MMAP),y)
- CFLAGS += -DLIBELF_MMAP
-endif # try-cc
-endif # NO_LIBELF
-
# There's only x86 (both 32 and 64) support for CFI unwind so far
ifneq ($(ARCH),x86)
NO_LIBUNWIND := 1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists