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 e3a1c5c commit 664bed5Copy full SHA for 664bed5
mk/target.mk
@@ -158,7 +158,9 @@ endif
158
# Non-host triples build the stage0 runtime from the working directory
159
$(foreach source,$(CFG_TARGET_TRIPLES), \
160
$(foreach target,$(NON_HOST_TRIPLES), \
161
- $(eval $(call TARGET_RT_FROM_WD,0,$(target),$(source)))))
+ $(eval $(call TARGET_RT_FROM_WD,0,$(target),$(source))) \
162
+ $(eval $(call TARGET_CORELIB_FROM_WD,0,$(target),$(source))) \
163
+))
164
165
# After stage0, always build the stage0 runtime from the working directory
166
0 commit comments