Skip to content

Commit 16db699

Browse files
committed
---
yaml --- r: 6730 b: refs/heads/master c: 55cc110 h: refs/heads/master v: v3
1 parent 3fb65f8 commit 16db699

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 9bb290c7259e0cb7f3b6e3dcd5472cfba17317c4
2+
refs/heads/master: 55cc110822d4852e125d32321b966470def6979e

trunk/mk/stage0.mk

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,13 @@ $(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_RUNTIME): \
1313
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)
1414
$(Q)touch $@
1515

16-
## FIXME temporary hack for snapshot transition
17-
CORELIB_DUMMY :=$(call CFG_LIB_NAME,core-dummy)
18-
STDLIB_DUMMY :=$(call CFG_LIB_NAME,std-dummy)
19-
2016
$(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_CORELIB): \
2117
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)
2218
$(Q)touch $@
23-
$(foreach target,$(CFG_TARGET_TRIPLES),\
24-
$(shell touch $(CFG_HOST_TRIPLE)/stage0/lib/rustc/$(target)/lib/$(CORELIB_DUMMY)))
2519

2620
$(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_STDLIB): \
2721
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)
2822
$(Q)touch $@
29-
$(foreach target,$(CFG_TARGET_TRIPLES),\
30-
$(shell touch $(CFG_HOST_TRIPLE)/stage0/lib/rustc/$(target)/lib/$(STDLIB_DUMMY)))
3123

3224
$(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_RUSTLLVM): \
3325
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)

0 commit comments

Comments
 (0)