File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,6 @@ 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 ) ) \
170
169
stage$(1 ) /$$(CFG_RUSTLLVM ) \
171
170
stage$(1 ) /lib/glue.o \
172
171
stage$(1 ) /lib/main.o \
@@ -175,12 +174,10 @@ SREQ$(1) = stage$(1)/rustc$(X) \
175
174
else
176
175
SREQ$(1) = stage$(1 ) /rustc$(X ) \
177
176
stage$(1 ) /$$(CFG_RUNTIME ) \
178
- $$(call CFG_STDLIB_DEFAULT,stage$(1 ) ,stage$(1 ) ) \
179
177
stage$(1 ) /$$(CFG_RUSTLLVM ) \
180
178
stage$(1 ) /lib/glue.o \
181
179
stage$(1 ) /lib/main.o \
182
180
stage$(1 ) /lib/$$(CFG_RUNTIME ) \
183
- stage$(1 ) /lib/$$(CFG_STDLIB ) \
184
181
$$(MKFILES )
185
182
endif
186
183
@@ -207,7 +204,7 @@ CFG_INFO := $(info cfg: *** compiler is in snapshot transition ***)
207
204
CFG_INFO := $(info cfg: *** stage2 and later will not be built *** )
208
205
CFG_INFO := $(info cfg:)
209
206
210
- all : $(SREQ0 ) $(SREQ1 ) $( GENERATED ) $( DOCS ) $( FUZZ )
207
+ all : $(SREQ0 ) $(SREQ1 )
211
208
else
212
209
all : $(SREQ0 ) $(SREQ1 ) $(SREQ2 ) $(SREQ3 ) $(GENERATED ) $(DOCS ) $(FUZZ )
213
210
endif
Original file line number Diff line number Diff line change 1
- S 2011-07-21 c62a9fe
1
+ T 2011-07-21 c62a9fe
2
2
linux-i386 3c8f658093adea1cb0e5b84150d3d342571013b4
3
3
macos-i386 1833b475fd1adec3df02ab3dd2fb7c6f280a33a5
4
4
winnt-i386 f6b6b42d00f25d82603b9466229d3229bfce3317
You can’t perform that action at this time.
0 commit comments