Home | History | Annotate | Download | only in core

Lines Matching defs:split

1114 # Split long argument list into smaller groups and call the command repeatedly
1120 define split-long-arguments
1157 $(call split-long-arguments,$(TARGET_AR) $(TARGET_GLOBAL_ARFLAGS) $(PRIVATE_ARFLAGS) $@,$(filter %.o, $^))
1191 $(call split-long-arguments,$(HOST_AR) $(HOST_GLOBAL_ARFLAGS) $(PRIVATE_ARFLAGS) $@,$(filter %.o, $^))