Home | History | Annotate | Download | only in core

Lines Matching refs:split

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