File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ define SREQ
166
166
ifdef CFG_DISABLE_SHAREDSTD
167
167
SREQ$(1) = stage$(1 ) /rustc$(X ) \
168
168
stage$(1 ) /$$(CFG_RUNTIME ) \
169
+ $$(call CFG_STDLIB_DEFAULT,stage$(1 ) ,stage$(1 ) ) \
169
170
stage$(1 ) /$$(CFG_RUSTLLVM ) \
170
171
stage$(1 ) /lib/glue.o \
171
172
stage$(1 ) /lib/main.o \
@@ -174,10 +175,12 @@ SREQ$(1) = stage$(1)/rustc$(X) \
174
175
else
175
176
SREQ$(1) = stage$(1 ) /rustc$(X ) \
176
177
stage$(1 ) /$$(CFG_RUNTIME ) \
178
+ $$(call CFG_STDLIB_DEFAULT,stage$(1 ) ,stage$(1 ) ) \
177
179
stage$(1 ) /$$(CFG_RUSTLLVM ) \
178
180
stage$(1 ) /lib/glue.o \
179
181
stage$(1 ) /lib/main.o \
180
182
stage$(1 ) /lib/$$(CFG_RUNTIME ) \
183
+ stage$(1 ) /lib/$$(CFG_STDLIB ) \
181
184
$$(MKFILES )
182
185
endif
183
186
@@ -204,7 +207,7 @@ CFG_INFO := $(info cfg: *** compiler is in snapshot transition ***)
204
207
CFG_INFO := $(info cfg: *** stage2 and later will not be built *** )
205
208
CFG_INFO := $(info cfg:)
206
209
207
- all : $(SREQ0 ) $(SREQ1 )
210
+ all : $(SREQ0 ) $(SREQ1 ) $( GENERATED ) $( DOCS ) $( FUZZ )
208
211
else
209
212
all : $(SREQ0 ) $(SREQ1 ) $(SREQ2 ) $(SREQ3 ) $(GENERATED ) $(DOCS ) $(FUZZ )
210
213
endif
You can’t perform that action at this time.
0 commit comments