Skip to content

Commit 2b71799

Browse files
committed
---
yaml --- r: 7851 b: refs/heads/snap-stage3 c: f0ba69a h: refs/heads/master i: 7849: 8d2f14f 7847: 21dfa8f v: v3
1 parent e4ee006 commit 2b71799

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: a3beeac4ec1e86f14b8030a232df1d4cc3163a55
4+
refs/heads/snap-stage3: f0ba69a96fd765290f62c7bde251596857a00077
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/mk/target.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB): \
3131
$$(CORELIB_CRATE) $$(CORELIB_INPUTS) \
3232
$$(TSREQ$(1)_T_$(2)_H_$(3))
3333
@$$(call E, compile_and_link: $$@)
34-
$$(STAGE$(1)_T_$(2)_H_$(3)) --no-core -o $$@ $$< && touch $$@
34+
$$(STAGE$(1)_T_$(2)_H_$(3)) -o $$@ $$< && touch $$@
3535

3636
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB): \
3737
$$(STDLIB_CRATE) $$(STDLIB_INPUTS) \

branches/snap-stage3/mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ $(3)/test/coretest.stage$(1)-$(2)$$(X): \
196196
$$(CORELIB_CRATE) $$(CORELIB_INPUTS) \
197197
$$(SREQ$(1)_T_$(2)_H_$(3))
198198
@$$(call E, compile_and_link: $$@)
199-
$$(STAGE$(1)_T_$(2)_H_$(3)) -o $$@ $$< --test --no-core
199+
$$(STAGE$(1)_T_$(2)_H_$(3)) -o $$@ $$< --test
200200

201201
check-stage$(1)-T-$(2)-H-$(3)-core-dummy: \
202202
$(3)/test/coretest.stage$(1)-$(2)$$(X)

branches/snap-stage3/src/comp/driver/driver.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,7 @@ fn opts() -> [getopts::opt] {
494494
optmulti("cfg"), optflag("test"),
495495
optflag("lib"), optflag("bin"), optflag("static"), optflag("gc"),
496496
optflag("no-asm-comments"),
497-
optflag("warn-unused-imports"),
498-
// FIXME: Transitional. Please remove
499-
optflag("no-core")];
497+
optflag("warn-unused-imports")];
500498
}
501499

502500
type output_filenames = @{out_filename: str, obj_filename:str};

0 commit comments

Comments
 (0)