From e6baf44f1982d1a5e49cc4a0b5eaeb857418e35e Mon Sep 17 00:00:00 2001 From: Michael Sullivan Date: Fri, 29 Jun 2012 15:34:39 -0700 Subject: [PATCH] Switch back to USE_SNAPSHOT_CORELIB=0. --- mk/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/target.mk b/mk/target.mk index 7cfa44f52bd94..5ddc825d335bd 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -9,7 +9,7 @@ # the snapshot runtime (resp. corelib) rather than the runtime # (resp. corelib) from the working directory. USE_SNAPSHOT_RUNTIME=0 -USE_SNAPSHOT_CORELIB=1 +USE_SNAPSHOT_CORELIB=0 USE_SNAPSHOT_STDLIB=0 define TARGET_STAGE_N