aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Add -lrt to stateN link commands.Graydon Hoare2011-03-201-6/+6
|
* Fix multi-stage deps, add rules for stage1 and stage2 outputs.Graydon Hoare2011-03-201-11/+71
|
* Depend %.stage0.exe on %.stage0.o.Graydon Hoare2011-03-201-1/+1
|
* Begin porting rules for testsuite execution.Graydon Hoare2011-03-201-17/+103
|
* Add build rules for stage1.Graydon Hoare2011-03-191-0/+22
|
* Set up dynamic library paths properly in builddir.Graydon Hoare2011-03-191-3/+12
|
* Correct deps on stage0/glue.bcGraydon Hoare2011-03-191-1/+2
|
* Switch path-munge from sed to perl.Graydon Hoare2011-03-191-1/+3
|
* Add support for building glue.o.Graydon Hoare2011-03-181-1/+17
|
* Run rustc stages using proper LD_LIBRARY_PATH.Graydon Hoare2011-03-181-3/+3
|
* Point valgrind suppressions file to srcdir.Graydon Hoare2011-03-181-1/+1
|
* Add rules for stage0/rustc to Makefile.in.Graydon Hoare2011-03-181-5/+23
|
* Remove redundant slashes in Makefile.in.Graydon Hoare2011-03-181-3/+3
|
* Rename SUPPORT_INCS -> LLVM_INCS in Makefile.in.Graydon Hoare2011-03-181-2/+1
|
* Get llvmext building in new Makefile.in.Graydon Hoare2011-03-181-1/+2
|
* Remove some whitespace.Graydon Hoare2011-03-181-1/+1
|
* Rename a couple CFG_LIB_NAME vars in Makefile.inGraydon Hoare2011-03-181-3/+3
|
* Yet more painstaking configure/make logic.Graydon Hoare2011-03-171-41/+290
|
* Move Makefile.in and configure to top level, BOOT_-qualify names, various ↵Graydon Hoare2011-03-171-0/+153
tweaks.