aboutsummaryrefslogtreecommitdiff
path: root/mk/stage3.mk
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-05-10 20:24:39 -0400
committerBrian Anderson <[email protected]>2011-05-10 21:31:14 -0400
commit65547a314fc37c1014a9f93523b37fe9fe692998 (patch)
tree8e8b5a9617ee7192533d518f2fd25c7aed9963e2 /mk/stage3.mk
parentLink fuzzer to the rustc crate (diff)
downloadrust-65547a314fc37c1014a9f93523b37fe9fe692998.tar.xz
rust-65547a314fc37c1014a9f93523b37fe9fe692998.zip
Update librustc build targets with correct flags
Diffstat (limited to 'mk/stage3.mk')
-rw-r--r--mk/stage3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/stage3.mk b/mk/stage3.mk
index 2349af6b..a753d52c 100644
--- a/mk/stage3.mk
+++ b/mk/stage3.mk
@@ -15,8 +15,8 @@ stage3/librustc.o: $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ2)
stage3/$(CFG_RUSTCLIB): stage3/librustc.o stage3/glue.o
@$(call E, link: $@)
- $(Q)gcc $(CFG_GCC_CFLAGS) stage3/glue.o $(CFG_GCC_LINK_FLAGS) -o $@ $< \
- -Lstage3 -Lrt -lrustrt
+ $(Q)gcc $(CFG_GCCISH_CFLAGS) stage3/glue.o $(CFG_GCCISH_LINK_FLAGS) \
+ -o $@ $< -Lstage3 -Lrt -lrustrt
stage3/rustc.o: $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ2)
@$(call E, compile: $@)