Skip to content

Commit 45513fe

Browse files
committed
---
yaml --- r: 6614 b: refs/heads/master c: dfd699a h: refs/heads/master v: v3
1 parent 42f7fd3 commit 45513fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 17e99ec57fe8b4b9de24933728db1737e846a7c2
2+
refs/heads/master: dfd699a8521c6fecd49b260e541764134c54b591

trunk/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)