Skip to content

Commit af2dd9b

Browse files
committed
register new snapshot, revert USE_SNAPSHOT_RUNTIME setting
1 parent 196d69b commit af2dd9b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

mk/target.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# If you are making non-backwards compatible changes to the runtime,
88
# set this flag to 1. It will cause stage1 to use the snapshot
99
# runtime rather than the runtime from the working directory.
10-
USE_SNAPSHOT_RUNTIME=1
10+
USE_SNAPSHOT_RUNTIME=0
1111

1212
define TARGET_STAGE_N
1313

src/snapshots.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
S 2012-02-01 196d69b
2+
winnt-i386 25f5906994ea01dc322a4b52b2b9a4b1264a6c2d
3+
linux-i386 8d4aef1320b62043997a10d28005a2c0c592da6d
4+
macos-i386 55d70915501a65e16588c1c2e73632a930c12092
5+
linux-x86_64 9a030fc6a649127f55aace94152275c0ee7b1e69
6+
macos-x86_64 0d0259cd6e52f30121044f36fd64167ced6d4f09
7+
18
S 2012-01-31 e5d095d
29
winnt-i386 4d80e3c51fa7bb0f8933eece86dc469016dc020a
310
linux-i386 9e2632c68104fd371b173f130472d6424394a957

0 commit comments

Comments
 (0)