lkml.org 
[lkml]   [2013]   [Oct]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
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@gmail.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

\
 
 \ /
  Last update: 2013-10-05 20:21    [W:0.027 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site