Skip to content

Commit ce2c23b

Browse files
committed
---
yaml --- r: 7390 b: refs/heads/master c: fa718dc h: refs/heads/master v: v3
1 parent cf2f52f commit ce2c23b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: c0df13958c7e9e98e01394836cb233a039103bb0
2+
refs/heads/master: fa718dcebf4d4748eb640f2530dc1b9725263f89

trunk/mk/perf.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ifdef CFG_PERF_TOOL
33
rustc-perf$(X): $(CFG_HOST_TRIPLE)/stage2/bin/rustc$(X)
44
@$(call E, perf compile: $@)
5-
$(PERF_STAGE2_T_$(CFG_HOST_TRIPLE)_H_$(CFG_HOST_TRIPLE)) --lib \
5+
$(PERF_STAGE2_T_$(CFG_HOST_TRIPLE)_H_$(CFG_HOST_TRIPLE)) \
66
-o $@ $(COMPILER_CRATE) >rustc-perf.err 2>&1
77
$(Q)rm -f $(LIBRUSTC_GLOB)
88
else

trunk/mk/target.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ $$(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 --lib -o $$@ $$< && touch $$@
34+
$$(STAGE$(1)_T_$(2)_H_$(3)) --no-core -o $$@ $$< && touch $$@
3535

3636
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB): \
3737
$$(STDLIB_CRATE) $$(STDLIB_INPUTS) \
3838
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB) \
3939
$$(TSREQ$(1)_T_$(2)_H_$(3))
4040
@$$(call E, compile_and_link: $$@)
41-
$$(STAGE$(1)_T_$(2)_H_$(3)) --lib -o $$@ $$< && touch $$@
41+
$$(STAGE$(1)_T_$(2)_H_$(3)) -o $$@ $$< && touch $$@
4242

4343
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_RUSTLLVM): \
4444
rustllvm/$(2)/$$(CFG_RUSTLLVM)
@@ -58,7 +58,7 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_LIBRUSTC): \
5858
$$(TCORELIB_DEFAULT$(1)_T_$(2)_H_$(3)) \
5959
$$(TSTDLIB_DEFAULT$(1)_T_$(2)_H_$(3))
6060
@$$(call E, compile_and_link: $$@)
61-
$$(STAGE$(1)_T_$(2)_H_$(3)) --lib -o $$@ $$< && touch $$@
61+
$$(STAGE$(1)_T_$(2)_H_$(3)) -o $$@ $$< && touch $$@
6262

6363
endef
6464

0 commit comments

Comments
 (0)