From d5fc01caefed33c9633e8d26f4901f3e34a21f48 Mon Sep 17 00:00:00 2001 From: Rafael Ávila de Espíndola Date: Tue, 28 Jun 2011 15:20:43 -0400 Subject: Move glue.o to stageN/lib. --- src/comp/driver/rustc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index bed3ba3492c..7c035f84ae8 100644 --- a/src/comp/driver/rustc.rs +++ b/src/comp/driver/rustc.rs @@ -393,7 +393,7 @@ fn main(vec[str] args) { // // TODO: Factor this out of main. if (sopts.output_type == link::output_type_exe) { - let str glu = binary_dir + "/glue.o"; + let str glu = binary_dir + "/lib/glue.o"; let str main = "rt/main.o"; let str stage = "-L" + binary_dir + "/lib"; let vec[str] gcc_args; -- cgit 1.4.1-3-g733a5