Skip to content

Commit 7fa53d7

Browse files
committed
---
yaml --- r: 13333 b: refs/heads/master c: 2310979 h: refs/heads/master i: 13331: 90ee5f6 v: v3
1 parent 15ef341 commit 7fa53d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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: 125552fb1958df89939feb85ac73b080a32ffcfa
2+
refs/heads/master: 231097960c80e0968d90b5634b3f663989130bac
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/Makefile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,14 @@ STAGE$(1)_T_$(2)_H_$(3) := \
346346
$$(Q)$$(call CFG_RUN_TARG,$(1), \
347347
$$(CFG_VALGRIND_COMPILE$(1)) \
348348
$$(HBIN$(1)_H_$(3))/rustc$$(X) \
349+
--cfg stage$(1) \
349350
$$(CFG_RUSTC_FLAGS) --target=$(2))
350351

351352
PERF_STAGE$(1)_T_$(2)_H_$(3) := \
352353
$$(Q)$$(call CFG_RUN_TARG,$(1), \
353354
$$(CFG_PERF_TOOL) \
354355
$$(HBIN$(1)_H_$(3))/rustc$$(X) \
356+
--cfg stage$(1) \
355357
$$(CFG_RUSTC_FLAGS) --target=$(2))
356358

357359
endef

0 commit comments

Comments
 (0)