File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ stage1/%$(X): $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ0) stage0/intrinsics.bc
33
33
stage1/lib/$(CFG_LIBRUSTC ) : $(COMPILER_CRATE ) $(COMPILER_INPUTS ) $(SREQ1 ) \
34
34
stage1/intrinsics.bc
35
35
@$(call E, compile_and_link: $@)
36
- $(STAGE1) --shared -o $@ $<
36
+ $(STAGE1) --lib -o $@ $<
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ test/$(FT).rc test/$(FT_DRIVER).rs: $(TEST_RPASS_SOURCES_STAGE2) \
208
208
209
209
stage2/lib/$(FT_LIB ) : test/$(FT ) .rc $(SREQ2 )
210
210
@$(call E, compile_and_link: $@ )
211
- $(STAGE2 ) --shared -o $@ $<
211
+ $(STAGE2 ) --lib -o $@ $<
212
212
213
213
test/$(FT_DRIVER )$(X ) : test/$(FT_DRIVER ) .rs stage2/lib/$(FT_LIB ) $(SREQ2 )
214
214
@$(call E, compile_and_link: $@ )
You can’t perform that action at this time.
0 commit comments