Home | History | Annotate | Download | only in make

Lines Matching refs:STRIP

133 # If we're in debug mode, pretend we don't have GNU strip, to fall back to
137 # Older binutils strip global sybols not needed for relocation processing
138 # when given --strip-unneeded. Use nm and awk to identify globals and
141 $(if $(quiet),@echo " [STRIP] $@ < $<")
142 $(qexec)$(STRIP) --strip-unneeded \
162 pairmap=$(if $(strip $(2)),\
171 find_file=$(foreach f,$(1),$(call find_file1,$(strip $(f)),$(strip $(2))) )
191 $(qexec)$$(LD) $$(strip $$(LDFLAGS) -o $$@ $(2) $(3) $$(extralibs))