diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 18 |
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 |
545 | endif | 545 | endif |
546 | 546 | ||
547 | ifndef NO_STRLCPY | ||
548 | ifeq ($(call try-cc,$(SOURCE_STRLCPY),,-DHAVE_STRLCPY),y) | ||
549 | BASIC_CFLAGS += -DHAVE_STRLCPY | ||
550 | endif | ||
551 | endif | ||
552 | |||
553 | ifndef NO_ON_EXIT | ||
554 | ifeq ($(call try-cc,$(SOURCE_ON_EXIT),,-DHAVE_ON_EXIT),y) | ||
555 | BASIC_CFLAGS += -DHAVE_ON_EXIT | ||
556 | endif | ||
557 | endif | ||
558 | |||
559 | ifndef NO_BACKTRACE | ||
560 | ifeq ($(call try-cc,$(SOURCE_BACKTRACE),,-DBACKTRACE_SUPPORT),y) | ||
561 | BASIC_CFLAGS += -DBACKTRACE_SUPPORT | ||
562 | endif | ||
563 | endif | ||
564 | |||
565 | ifndef NO_LIBNUMA | 547 | ifndef 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) |