aboutsummaryrefslogtreecommitdiff
path: root/mk/stage0.mk
blob: decf742bf18b041ff7883e2ff45aee56cec15a97 (plain) (blame)
1
2
3
4
5
6
7
8
9
stage0/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
                      boot/rustboot$(X) $(MKFILES)
	@$(call E, compile: $@)
	$(BOOT) -shared -o $@ $<

stage0/rustc$(X): $(COMPILER_CRATE) $(COMPILER_INPUTS) $(BREQ)
	@$(call E, compile: $@)
	$(BOOT) -minimal -o $@ $<
	$(Q)chmod 0755 $@