Skip to content

Commit 2101da1

Browse files
committed
---
yaml --- r: 13735 b: refs/heads/master c: c88ab58 h: refs/heads/master i: 13733: f2fe26c 13731: 45a2252 13727: dc60629 v: v3
1 parent 63f40c1 commit 2101da1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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: c3b98cabe1d7bee4878a967507ae745e9bfe13ac
2+
refs/heads/master: c88ab58c68a5ec0b8c85f4c03827db57d13d87e2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/Makefile.in

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,19 +346,22 @@ else
346346
CFG_VALGRIND_COMPILE$(1) = $$(CFG_VALGRIND_COMPILE)
347347
endif
348348

349+
# Add RUSTFLAGS_STAGEN values to the build command
350+
EXTRAFLAGS_STAGE$(1) = $$(RUSTFLAGS_STAGE$(1))
351+
349352
STAGE$(1)_T_$(2)_H_$(3) := \
350353
$$(Q)$$(call CFG_RUN_TARG,$(1), \
351354
$$(CFG_VALGRIND_COMPILE$(1)) \
352355
$$(HBIN$(1)_H_$(3))/rustc$$(X) \
353356
--cfg stage$(1) \
354-
$$(CFG_RUSTC_FLAGS) --target=$(2))
357+
$$(CFG_RUSTC_FLAGS) $$(EXTRAFLAGS_STAGE$(1)) --target=$(2))
355358

356359
PERF_STAGE$(1)_T_$(2)_H_$(3) := \
357360
$$(Q)$$(call CFG_RUN_TARG,$(1), \
358361
$$(CFG_PERF_TOOL) \
359362
$$(HBIN$(1)_H_$(3))/rustc$$(X) \
360363
--cfg stage$(1) \
361-
$$(CFG_RUSTC_FLAGS) --target=$(2))
364+
$$(CFG_RUSTC_FLAGS) $$(EXTRAFLAGS_STAGE$(1)) --target=$(2))
362365

363366
endef
364367

0 commit comments

Comments
 (0)