aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r--tools/perf/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index e4d99c485d6e..9276576addc6 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -544,24 +544,6 @@ ifeq ($(NO_PERF_REGS),0)
544 endif 544 endif
545endif 545endif
546 546
547ifndef NO_STRLCPY
548 ifeq ($(call try-cc,$(SOURCE_STRLCPY),,-DHAVE_STRLCPY),y)
549 BASIC_CFLAGS += -DHAVE_STRLCPY
550 endif
551endif
552
553ifndef NO_ON_EXIT
554 ifeq ($(call try-cc,$(SOURCE_ON_EXIT),,-DHAVE_ON_EXIT),y)
555 BASIC_CFLAGS += -DHAVE_ON_EXIT
556 endif
557endif
558
559ifndef NO_BACKTRACE
560 ifeq ($(call try-cc,$(SOURCE_BACKTRACE),,-DBACKTRACE_SUPPORT),y)
561 BASIC_CFLAGS += -DBACKTRACE_SUPPORT
562 endif
563endif
564
565ifndef NO_LIBNUMA 547ifndef NO_LIBNUMA
566 FLAGS_LIBNUMA = $(ALL_CFLAGS) $(ALL_LDFLAGS) -lnuma 548 FLAGS_LIBNUMA = $(ALL_CFLAGS) $(ALL_LDFLAGS) -lnuma
567 ifneq ($(call try-cc,$(SOURCE_LIBNUMA),$(FLAGS_LIBNUMA),libnuma),y) 549 ifneq ($(call try-cc,$(SOURCE_LIBNUMA),$(FLAGS_LIBNUMA),libnuma),y)