From a8db1bd4ef3d2464b3a13c049491f25e6a4aaa32 Mon Sep 17 00:00:00 2001 From: Michael Sullivan Date: Thu, 12 Jul 2012 10:10:54 -0700 Subject: [PATCH] Switch back to not using snapshot libs. --- mk/target.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mk/target.mk b/mk/target.mk index b53a8ca8010..5ddc825d335 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -8,9 +8,9 @@ # (resp. corelib), set this flag to 1. It will cause stage1 to use # the snapshot runtime (resp. corelib) rather than the runtime # (resp. corelib) from the working directory. -USE_SNAPSHOT_RUNTIME=1 -USE_SNAPSHOT_CORELIB=1 -USE_SNAPSHOT_STDLIB=1 +USE_SNAPSHOT_RUNTIME=0 +USE_SNAPSHOT_CORELIB=0 +USE_SNAPSHOT_STDLIB=0 define TARGET_STAGE_N