1
0
mirror of synced 2026-04-04 22:06:48 +00:00

Use $(AR)

This commit is contained in:
Martin Povišer
2025-11-26 13:02:44 +01:00
parent 7cb3a0f830
commit c1e40e113c

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 $@)