We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c894f68 commit fd9cb21Copy full SHA for fd9cb21
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 984caa3d2685883ae81e1bf73b720d251341e2e1
+refs/heads/master: 2c234fdc97414990006d26f76f598814f95fc147
trunk/mk/stage0.mk
@@ -1,4 +1,15 @@
-stage0/rustc$(X): $(S)src/snapshots.txt $(S)src/etc/get-snapshot.py $(MKFILES)
+# FIXME: Copying rt and rustllvm to stage0 is transitional until the snapshot
+# that begins including them
3
+stage0/lib/$(CFG_RUNTIME): rt/$(CFG_RUNTIME)
4
+ @$(call E, cp: $@)
5
+ $(Q)cp $< $@
6
+
7
+stage0/lib/$(CFG_RUSTLLVM): rustllvm/$(CFG_RUSTLLVM)
8
9
10
11
+stage0/rustc$(X): $(S)src/snapshots.txt $(S)src/etc/get-snapshot.py $(MKFILES) \
12
+ stage0/lib/$(CFG_RUNTIME) stage0/lib/$(CFG_RUSTLLVM)
13
@$(call E, fetch: $@)
14
$(Q)$(S)src/etc/get-snapshot.py
15
$(Q)touch $@
0 commit comments