aboutsummaryrefslogtreecommitdiff
path: root/mk/stage0.mk
blob: e79ae8435f95d3adbb2d36666bb7981b558e93b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
stage0/rustc$(X): $(S)src/snapshots.txt $(S)src/etc/get-snapshot.py $(MKFILES)
	@$(call E, fetch: $@)
	$(Q)$(S)src/etc/get-snapshot.py
	$(Q)touch $@

# These two will be made in the process of making rustc above.

stage0/glue.o: stage0/rustc$(X)
	$(Q)touch $@

stage0/$(CFG_STDLIB): stage0/rustc$(X)
	$(Q)touch $@

# TODO: Include as part of the snapshot.
stage0/intrinsics.bc:   $(INTRINSICS_BC)
	@$(call E, cp: $@)
	$(Q)cp $< $@