Lines Matching defs:LD
113 # Use ${LD}.bfd instead if it exists (as absolute path or together with $PATH).
114 ifneq ($(strip $(wildcard ${LD}.bfd) \
178 LD := $(LINKER)
182 LD := $(shell $(CC) --print-prog-name ld.lld)
201 LD = $(LINKER)
203 LD = $(LINKER)
346 # LD = armlink
347 ifneq ($(findstring armlink,$(notdir $(LD))),)
352 # LD = gcc (used when GCC LTO is enabled)
353 else ifneq ($(findstring gcc,$(notdir $(LD))),)
377 # LD = gcc-ld (ld) or llvm-ld (ld.lld) or other
392 ifeq ($(findstring ld.lld,$(notdir $(LD))),)
396 endif #(LD = armlink)
725 ifneq ($(findstring gcc,$(notdir $(LD))),)
730 ifneq ($(findstring gcc,$(notdir $(LD))),)
1456 ifneq ($(findstring armlink,$(notdir $(LD))),)