Pass --no-core when building libcore.

This commit is contained in:
Graydon Hoare 2011-12-07 11:59:31 -08:00
parent 17e99ec57f
commit dfd699a852
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB): \
$$(CORELIB_CRATE) $$(CORELIB_INPUTS) \
$$(TSREQ$(1)_T_$(2)_H_$(3))
@$$(call E, compile_and_link: $$@)
$$(STAGE$(1)_T_$(2)_H_$(3)) --lib -o $$@ $$<
$$(STAGE$(1)_T_$(2)_H_$(3)) --no-core --lib -o $$@ $$<
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB): \
$$(STDLIB_CRATE) $$(STDLIB_INPUTS) \