Skip to content

Commit af08d6c

Browse files
committed
---
yaml --- r: 3676 b: refs/heads/master c: bbcbaa6 h: refs/heads/master v: v3
1 parent 9fa4d50 commit af08d6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 77c708cdbfbe150b33b38b0691f6ed74a7bb73cb
2+
refs/heads/master: bbcbaa6601a56c543f9200ce3bc047c366eff3ed

trunk/mk/stage1.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ stage1/%$(X): $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ0) stage0/intrinsics.bc
3333
stage1/lib/$(CFG_LIBRUSTC): $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ1) \
3434
stage1/intrinsics.bc
3535
@$(call E, compile_and_link: $@)
36-
$(STAGE1) --shared -o $@ $<
36+
$(STAGE1) --lib -o $@ $<

trunk/mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ test/$(FT).rc test/$(FT_DRIVER).rs: $(TEST_RPASS_SOURCES_STAGE2) \
208208

209209
stage2/lib/$(FT_LIB): test/$(FT).rc $(SREQ2)
210210
@$(call E, compile_and_link: $@)
211-
$(STAGE2) --shared -o $@ $<
211+
$(STAGE2) --lib -o $@ $<
212212

213213
test/$(FT_DRIVER)$(X): test/$(FT_DRIVER).rs stage2/lib/$(FT_LIB) $(SREQ2)
214214
@$(call E, compile_and_link: $@)

0 commit comments

Comments
 (0)