Skip to content

Commit f780224

Browse files
committed
---
yaml --- r: 10831 b: refs/heads/master c: f0ba69a h: refs/heads/master i: 10829: cb6dbef 10827: 710c9c4 10823: bef0505 10815: fb75502 v: v3
1 parent 3eae268 commit f780224

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,5 +1,5 @@
11
---
2-
refs/heads/master: a3beeac4ec1e86f14b8030a232df1d4cc3163a55
2+
refs/heads/master: f0ba69a96fd765290f62c7bde251596857a00077
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

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

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

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