File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,13 @@ $(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_RUNTIME): \
13
13
$(HBIN0_H_$(CFG_HOST_TRIPLE ) ) /rustc$(X )
14
14
$(Q ) touch $@
15
15
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
-
20
16
$(HLIB0_H_$(CFG_HOST_TRIPLE ) ) /$(CFG_CORELIB ) : \
21
17
$(HBIN0_H_$(CFG_HOST_TRIPLE ) ) /rustc$(X )
22
18
$(Q ) touch $@
23
- $(foreach target,$(CFG_TARGET_TRIPLES ) ,\
24
- $(shell touch $(CFG_HOST_TRIPLE ) /stage0/lib/rustc/$(target ) /lib/$(CORELIB_DUMMY ) ) )
25
19
26
20
$(HLIB0_H_$(CFG_HOST_TRIPLE ) ) /$(CFG_STDLIB ) : \
27
21
$(HBIN0_H_$(CFG_HOST_TRIPLE ) ) /rustc$(X )
28
22
$(Q ) touch $@
29
- $(foreach target,$(CFG_TARGET_TRIPLES ) ,\
30
- $(shell touch $(CFG_HOST_TRIPLE ) /stage0/lib/rustc/$(target ) /lib/$(STDLIB_DUMMY ) ) )
31
23
32
24
$(HLIB0_H_$(CFG_HOST_TRIPLE ) ) /$(CFG_RUSTLLVM ) : \
33
25
$(HBIN0_H_$(CFG_HOST_TRIPLE ) ) /rustc$(X )
You can’t perform that action at this time.
0 commit comments