Skip to content

Commit b30d8de

Browse files
committed
---
yaml --- r: 4167 b: refs/heads/master c: 863d121 h: refs/heads/master i: 4165: 68e1e56 4163: 538a542 4159: 72678da v: v3
1 parent 746ee4b commit b30d8de

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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: 930e2cfc74f989915f4754813696131f72a08e3a
2+
refs/heads/master: 863d1210433873d57740031ec8891b9584ac77d6

trunk/Makefile.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ define SREQ
166166
ifdef CFG_DISABLE_SHAREDSTD
167167
SREQ$(1) = stage$(1)/rustc$(X) \
168168
stage$(1)/$$(CFG_RUNTIME) \
169+
$$(call CFG_STDLIB_DEFAULT,stage$(1),stage$(1)) \
169170
stage$(1)/$$(CFG_RUSTLLVM) \
170171
stage$(1)/lib/glue.o \
171172
stage$(1)/lib/main.o \
@@ -174,10 +175,12 @@ SREQ$(1) = stage$(1)/rustc$(X) \
174175
else
175176
SREQ$(1) = stage$(1)/rustc$(X) \
176177
stage$(1)/$$(CFG_RUNTIME) \
178+
$$(call CFG_STDLIB_DEFAULT,stage$(1),stage$(1)) \
177179
stage$(1)/$$(CFG_RUSTLLVM) \
178180
stage$(1)/lib/glue.o \
179181
stage$(1)/lib/main.o \
180182
stage$(1)/lib/$$(CFG_RUNTIME) \
183+
stage$(1)/lib/$$(CFG_STDLIB) \
181184
$$(MKFILES)
182185
endif
183186

@@ -204,7 +207,7 @@ CFG_INFO := $(info cfg: *** compiler is in snapshot transition ***)
204207
CFG_INFO := $(info cfg: *** stage2 and later will not be built ***)
205208
CFG_INFO := $(info cfg:)
206209

207-
all: $(SREQ0) $(SREQ1)
210+
all: $(SREQ0) $(SREQ1) $(GENERATED) $(DOCS) $(FUZZ)
208211
else
209212
all: $(SREQ0) $(SREQ1) $(SREQ2) $(SREQ3) $(GENERATED) $(DOCS) $(FUZZ)
210213
endif

0 commit comments

Comments
 (0)