Skip to content

Commit a0c6516

Browse files
committed
---
yaml --- r: 16343 b: refs/heads/try c: 3cbd1e2 h: refs/heads/master i: 16341: e9d8ff7 16339: 81f31fc 16335: 9b37fcf v: v3
1 parent 8901596 commit a0c6516

File tree

103 files changed

+1324
-1763
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+1324
-1763
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 67e62b388c7cd26bb76cf3ea467514951f648495
5+
refs/heads/try: 3cbd1e221ec9625e7879adb3fe406efd082cb60d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/Makefile.in

Lines changed: 5 additions & 3 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
@@ -421,9 +423,9 @@ else
421423
TSREQS := \
422424
$(foreach target,$(CFG_TARGET_TRIPLES), \
423425
$(SREQ3_T_$(target)_H_$(CFG_HOST_TRIPLE)))
424-
FUZZ := $(HBIN3_H_$(CFG_HOST_TRIPLE))/fuzzer$(X)
425-
CARGO := $(HBIN3_H_$(CFG_HOST_TRIPLE))/cargo$(X)
426-
RUSTDOC := $(HBIN3_H_$(CFG_HOST_TRIPLE))/rustdoc$(X)
426+
FUZZ := $(HBIN2_H_$(CFG_HOST_TRIPLE))/fuzzer$(X)
427+
CARGO := $(HBIN2_H_$(CFG_HOST_TRIPLE))/cargo$(X)
428+
RUSTDOC := $(HBIN2_H_$(CFG_HOST_TRIPLE))/rustdoc$(X)
427429

428430
all: rustc $(GENERATED) docs $(FUZZ) $(CARGO) $(RUSTDOC)
429431

0 commit comments

Comments
 (0)