mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
build: Remove the temp hack for libraries renaming transition
This commit is contained in:
parent
9bb290c725
commit
55cc110822
@ -13,21 +13,13 @@ $(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_RUNTIME): \
|
|||||||
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)
|
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)
|
||||||
$(Q)touch $@
|
$(Q)touch $@
|
||||||
|
|
||||||
## FIXME temporary hack for snapshot transition
|
|
||||||
CORELIB_DUMMY :=$(call CFG_LIB_NAME,core-dummy)
|
|
||||||
STDLIB_DUMMY :=$(call CFG_LIB_NAME,std-dummy)
|
|
||||||
|
|
||||||
$(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_CORELIB): \
|
$(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_CORELIB): \
|
||||||
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)
|
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)
|
||||||
$(Q)touch $@
|
$(Q)touch $@
|
||||||
$(foreach target,$(CFG_TARGET_TRIPLES),\
|
|
||||||
$(shell touch $(CFG_HOST_TRIPLE)/stage0/lib/rustc/$(target)/lib/$(CORELIB_DUMMY)))
|
|
||||||
|
|
||||||
$(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_STDLIB): \
|
$(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_STDLIB): \
|
||||||
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)
|
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)
|
||||||
$(Q)touch $@
|
$(Q)touch $@
|
||||||
$(foreach target,$(CFG_TARGET_TRIPLES),\
|
|
||||||
$(shell touch $(CFG_HOST_TRIPLE)/stage0/lib/rustc/$(target)/lib/$(STDLIB_DUMMY)))
|
|
||||||
|
|
||||||
$(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_RUSTLLVM): \
|
$(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_RUSTLLVM): \
|
||||||
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)
|
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)
|
||||||
|
Loading…
Reference in New Issue
Block a user