Move glue.o to stageN/lib.

This commit is contained in:
Rafael Ávila de Espíndola
2011-06-28 15:20:43 -04:00
parent 926049eddd
commit d5fc01caef
4 changed files with 16 additions and 7 deletions

View File

@@ -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;