Use `$(AR)`

This commit is contained in:
Martin Povišer 2025-11-26 13:02:44 +01:00
parent 7cb3a0f830
commit c1e40e113c
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ else
endif
libyosys.a: $(filter-out kernel/driver.o,$(OBJS))
$(P) ar rcs $@ $^
$(P) $(AR) rcs $@ $^
%.o: %.cc
$(Q) mkdir -p $(dir $@)