Home
last modified time | relevance | path

Searched refs:EXTLIBS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/config/
DMakefile177 EXTLIBS = -lpthread -lrt -lm -ldl macro
224 EXTLIBS := $(filter-out -lrt,$(EXTLIBS)) macro
225 EXTLIBS := $(filter-out -lpthread,$(EXTLIBS)) macro
273 EXTLIBS += -lelf
294 EXTLIBS += -ldw
353 EXTLIBS += $(LIBUNWIND_LIBS)
364 EXTLIBS += -laudit
381 EXTLIBS += -lslang
387 …FLAGS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/n…
398 EXTLIBS += -ldl
[all …]
/linux-4.1.27/tools/perf/
DMakefile.perf253 LIBS = -Wl,--whole-archive $(PERFLIBS) -Wl,--no-whole-archive -Wl,--start-group $(EXTLIBS) -Wl,--en…