|
@@ -545,14 +545,7 @@ ifeq ($(NO_PERF_REGS),0)
|
|
|
endif
|
|
|
|
|
|
ifndef NO_LIBNUMA
|
|
|
- FLAGS_LIBNUMA = $(ALL_CFLAGS) $(ALL_LDFLAGS) -lnuma
|
|
|
- ifneq ($(call try-cc,$(SOURCE_LIBNUMA),$(FLAGS_LIBNUMA),libnuma),y)
|
|
|
- msg := $(warning No numa.h found, disables 'perf bench numa mem' benchmark, please install numa-libs-devel or libnuma-dev);
|
|
|
- else
|
|
|
- BASIC_CFLAGS += -DLIBNUMA_SUPPORT
|
|
|
- BUILTIN_OBJS += $(OUTPUT)bench/numa.o
|
|
|
- EXTLIBS += -lnuma
|
|
|
- endif
|
|
|
+ BUILTIN_OBJS += $(OUTPUT)bench/numa.o
|
|
|
endif
|
|
|
|
|
|
ifdef ASCIIDOC8
|