From 0c0818b955d44eba727d36b026b5a8dc40b30c64 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 30 May 2012 22:55:21 -0700 Subject: [PATCH] build: Fix rules for non-target std when using snapshot std --- mk/target.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/target.mk b/mk/target.mk index 3d208a088ae..b6e00b978aa 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -173,6 +173,7 @@ $(foreach source,$(CFG_TARGET_TRIPLES), \ $(foreach target,$(NON_HOST_TRIPLES), \ $(eval $(call TARGET_RT_FROM_WD,0,$(target),$(source))) \ $(eval $(call TARGET_CORELIB_FROM_WD,0,$(target),$(source))) \ + $(eval $(call TARGET_STDLIB_FROM_WD,0,$(target),$(source))) \ )) # After stage0, always build the stage0 runtime from the working directory