Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/config/
DMakefile184 EXTLIBS = -lpthread -lrt -lm -ldl macro
231 EXTLIBS := $(filter-out -lrt,$(EXTLIBS)) macro
232 EXTLIBS := $(filter-out -lpthread,$(EXTLIBS)) macro
286 EXTLIBS += -lelf
311 EXTLIBS += ${DWARFLIBS}
384 EXTLIBS += $(LIBUNWIND_LIBS)
395 EXTLIBS += -laudit
412 EXTLIBS += -lslang
418 …FLAGS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/n…
429 EXTLIBS += -ldl
[all …]
/linux-4.4.14/tools/perf/
DMakefile.perf289 LIBS = -Wl,--whole-archive $(PERFLIBS) -Wl,--no-whole-archive -Wl,--start-group $(EXTLIBS) -Wl,--en…