Skip to content

Commit 664bed5

Browse files
committed
build: Fix non-host libcore
1 parent e3a1c5c commit 664bed5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mk/target.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ endif
158158
# Non-host triples build the stage0 runtime from the working directory
159159
$(foreach source,$(CFG_TARGET_TRIPLES), \
160160
$(foreach target,$(NON_HOST_TRIPLES), \
161-
$(eval $(call TARGET_RT_FROM_WD,0,$(target),$(source)))))
161+
$(eval $(call TARGET_RT_FROM_WD,0,$(target),$(source))) \
162+
$(eval $(call TARGET_CORELIB_FROM_WD,0,$(target),$(source))) \
163+
))
162164

163165
# After stage0, always build the stage0 runtime from the working directory
164166
$(foreach source,$(CFG_TARGET_TRIPLES), \

0 commit comments

Comments
 (0)