Merge the stage1,2,3.mk files into a common definition in stageN.mk, more rearrangement of host/target libs.

This commit is contained in:
Graydon Hoare 2011-07-15 16:12:41 -07:00
parent c4265209a6
commit fafb42e6b1
8 changed files with 149 additions and 214 deletions

View file

@ -508,7 +508,7 @@ fn main(vec[str] args) {
}
let str glu = binary_dir + "/lib/glue.o";
let str main = "rt/main.o";
let str main = binary_dir + "/lib/main.o";
let str stage = "-L" + binary_dir + "/lib";
let str prog = "gcc";
// The invocations of gcc share some flags across platforms