We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbcac3 commit 2657723Copy full SHA for 2657723
mk/rt.mk
@@ -132,7 +132,7 @@ rt/$(1)/%.o: rt/%.S $$(MKFILE_DEPS) \
132
133
rt/$(1)/arch/$$(HOST_$(1))/libmorestack.a: $$(MORESTACK_OBJ_$(1))
134
@$$(call E, link: $$@)
135
- $$(Q)ar rcs $$@ $$<
+ $$(Q)$(AR_$(1)) rcs $$@ $$<
136
137
rt/$(1)/$(CFG_RUNTIME_$(1)): $$(RUNTIME_OBJS_$(1)) $$(MKFILE_DEPS) \
138
$$(RUNTIME_DEF_$(1)) \
0 commit comments