2011-09-28 19:06:57 -05:00
|
|
|
stage0/bin/rustc$(X): $(S)src/snapshots.txt $(S)src/etc/get-snapshot.py $(MKFILES)
|
2011-05-03 13:34:44 -05:00
|
|
|
@$(call E, fetch: $@)
|
2011-05-03 17:51:21 -05:00
|
|
|
$(Q)$(S)src/etc/get-snapshot.py
|
|
|
|
$(Q)touch $@
|
2011-05-01 15:18:52 -05:00
|
|
|
|
2011-07-15 18:12:41 -05:00
|
|
|
# Host libs will be made in the process of making rustc above.
|
2011-05-03 13:34:44 -05:00
|
|
|
|
2011-09-28 19:06:57 -05:00
|
|
|
stage0/lib/$(CFG_RUNTIME): stage0/bin/rustc$(X)
|
2011-07-21 18:11:35 -05:00
|
|
|
$(Q)touch $@
|
2011-05-04 20:28:30 -05:00
|
|
|
|
2011-09-28 19:06:57 -05:00
|
|
|
stage0/lib/$(CFG_STDLIB): stage0/bin/rustc$(X)
|
2011-07-20 18:32:53 -05:00
|
|
|
$(Q)touch $@
|
2011-07-11 15:31:47 -05:00
|
|
|
|
2011-09-28 19:06:57 -05:00
|
|
|
stage0/lib/$(CFG_RUSTLLVM): stage0/bin/rustc$(X)
|
2011-07-11 15:31:47 -05:00
|
|
|
$(Q)touch $@
|
|
|
|
|
2011-07-21 13:58:01 -05:00
|
|
|
# Instantiate template (in stageN.mk) for building
|
2011-09-23 12:50:06 -05:00
|
|
|
# target libraries.
|
|
|
|
|
2011-09-28 19:06:57 -05:00
|
|
|
SREQpre = stage0/lib/$(CFG_HOST_TRIPLE)/main.o $(MKFILES)
|
2011-09-23 12:50:06 -05:00
|
|
|
$(eval $(call TARGET_LIBS,pre,0,$(CFG_HOST_TRIPLE)))
|
2011-07-20 15:02:36 -05:00
|
|
|
|