Lines Matching refs:LD
114 # Use ${LD}.bfd instead if it exists (as absolute path or together with $PATH).
115 ifneq ($(strip $(wildcard ${LD}.bfd) \
179 LD := $(LINKER)
183 LD := $(shell $(CC) --print-prog-name ld.lld)
202 LD = $(LINKER)
204 LD = $(LINKER)
351 # LD = armlink
352 ifneq ($(findstring armlink,$(notdir $(LD))),)
357 # LD = gcc (used when GCC LTO is enabled)
358 else ifneq ($(findstring gcc,$(notdir $(LD))),)
382 # LD = gcc-ld (ld) or llvm-ld (ld.lld) or other
397 ifeq ($(findstring ld.lld,$(notdir $(LD))),)
401 endif #(LD = armlink)
730 ifneq ($(findstring gcc,$(notdir $(LD))),)
735 ifneq ($(findstring gcc,$(notdir $(LD))),)
1461 ifneq ($(findstring armlink,$(notdir $(LD))),)