Skip to content

Commit dfd699a

Browse files
committed
Pass --no-core when building libcore.
1 parent 17e99ec commit dfd699a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/target.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB): \
2626
$$(CORELIB_CRATE) $$(CORELIB_INPUTS) \
2727
$$(TSREQ$(1)_T_$(2)_H_$(3))
2828
@$$(call E, compile_and_link: $$@)
29-
$$(STAGE$(1)_T_$(2)_H_$(3)) --lib -o $$@ $$<
29+
$$(STAGE$(1)_T_$(2)_H_$(3)) --no-core --lib -o $$@ $$<
3030

3131
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB): \
3232
$$(STDLIB_CRATE) $$(STDLIB_INPUTS) \

0 commit comments

Comments
 (0)