Skip to content

Commit 0303396

Browse files
committed
Register snapshot, turn off USE_SNAPSHOT flags
1 parent 6374ffc commit 0303396

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

mk/target.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# (resp. corelib), set this flag to 1. It will cause stage1 to use
99
# the snapshot runtime (resp. corelib) rather than the runtime
1010
# (resp. corelib) from the working directory.
11-
USE_SNAPSHOT_RUNTIME=1
12-
USE_SNAPSHOT_CORELIB=1
11+
USE_SNAPSHOT_RUNTIME=0
12+
USE_SNAPSHOT_CORELIB=0
1313

1414
define TARGET_STAGE_N
1515

src/snapshots.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
S 2012-03-23 6374ffc
2+
winnt-i386 d857261f80f6014f5bfc426181d582c637cc4c06
3+
freebsd-x86_64 92dbc98c69332e53f390825cf9e951558a449988
4+
linux-i386 67b777486ea3edf2cc25aab3086892ffdb900b4f
5+
linux-x86_64 41d7bf5482761db6ea986339e422beb791f8408a
6+
macos-x86_64 b94fd07e9a781873666947b2887a55a39fbbf30b
7+
macos-i386 d9146adfb703083b348adbdc02afe84c648ae7af
8+
19
S 2012-03-20 8404ea0
210
winnt-i386 73b016adc843c42a7deb6e7978d3abe39fb1fd98
311
linux-i386 f44a5bb175c32ac2ae2ccea42401a4195dc65f42

0 commit comments

Comments
 (0)