about summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Expand)AuthorLines
2011-09-30Refix the fuzzer make ruleBrian Anderson-2/+2
2011-09-30Make config of static stdlib more consistent with rest of makefileBrian Anderson-8/+8
2011-09-30Abstract the build directories further in the makefilesBrian Anderson-24/+33
2011-09-30Fix some make variables in tests.mkBrian Anderson-14/+22
2011-09-29Tweak makefiles, change the way the fuzzer is builtBrian Anderson-1/+2
2011-09-29Fix make all build ruleBrian Anderson-2/+6
2011-09-29Fix a variety of things in the makefilesBrian Anderson-0/+1
2011-09-29Remove the redundant definition of STAGE in makefilesBrian Anderson-2/+7
2011-09-29Make rustc's host triple agree with the build system'sBrian Anderson-1/+1
2011-09-29Reorganize structure of build directoryBrian Anderson-19/+23
2011-09-28Eliminate glue.o. Closes #990Brian Anderson-2/+0
2011-09-23More steps to arch-specific target libs (#474)Graydon Hoare-0/+1
2011-09-21Expand our own config.guess-like logic in configure, rather than only asking ...Graydon Hoare-1/+2
2011-09-13Add build-system mechanisms for running benchmarks under 'perf'.Graydon Hoare-0/+6
2011-08-29Remove makefile CFG_USE_SNAP_LIBS_FOR_STAGE1 hackMarijn Haverbeke-7/+0
2011-08-29Implement non-internal ivecsMarijn Haverbeke-1/+1
2011-08-29Add CFG_USE_SNAP_LIBS_FOR_STAGE1 hack to makefilesMarijn Haverbeke-0/+7
2011-08-26Don't run the stage0 compiler under valgrind when CFG_VALGRIND_COMPILEBrian Anderson-1/+8
2011-08-05Munge libuv makefiles sufficiently to build out of tree.Graydon Hoare-0/+2
2011-07-27Revert 66c1ca857bf8eMarijn Haverbeke-1/+4
2011-07-27This time, I'm almost sure it'll workMarijn Haverbeke-4/+1
2011-07-23Add an NSIS script for building a win32 installer. Closes #522.Graydon Hoare-0/+1
2011-07-22Change the CFG_STDLIB_DEFAULT macro into a call that picks the correct stageBrian Anderson-4/+4
2011-07-21Instantiate the stage0/lib/stdlib rules from stage0.mk instead of stageN.mk.Michael Sullivan-2/+2
2011-07-21Cleanup the library path now that we copy from stageN/lib to stageN+1/Rafael Ávila de Espíndola-1/+1
2011-07-20Add support for building with a static libstd for testing static crate support.Rafael Ávila de Espíndola-1/+18
2011-07-20Build the fuzzer on WindowsBrian Anderson-6/+1
2011-07-18Enable fuzzer build *when not on windows*. We'll get to windows when we can.Graydon Hoare-2/+9
2011-07-15Merge the stage1,2,3.mk files into a common definition in stageN.mk, more rea...Graydon Hoare-63/+29
2011-07-14Revert "Add fuzzer as part of 'all' standard build target so people know when...Brian Anderson-2/+0
2011-07-14Add fuzzer as part of 'all' standard build target so people know when it breaks.Graydon Hoare-0/+2
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-0/+1
2011-07-11Move llvm out of stageN/lib so that the host building stage 1+ canRafael Ávila de Espíndola-4/+4
2011-07-07Complete the transition of glue.o to the lib directoryBrian Anderson-7/+7
2011-07-01Partially restore the fuzzer crate's build rulesBrian Anderson-0/+1
2011-06-30Correct make rules a bit.Graydon Hoare-10/+15
2011-06-29Re-enable tidy (it was broken) and fix various non-tidy things.Graydon Hoare-5/+4
2011-06-28Bit more work on mingw cross. Pending on other changes now (test combination,...Graydon Hoare-0/+1
2011-06-27Some work on reviving the mingw-cross build. Not working yet.Graydon Hoare-2/+2
2011-06-25Fixes to speed and clean up makefiles.Graydon Hoare-8/+35
2011-06-20Finish the transition to having the std library in stageN/lib.Rafael Ávila de Espíndola-1/+1
2011-06-18Add TIME_LLVM_PASSES flag to the MakefileBrian Anderson-0/+3
2011-06-17Register new snapshots. Update location of stage0's libstdBrian Anderson-3/+4
2011-06-17Break long lines.Rafael Ávila de Espíndola-2/+4
2011-06-17Put std in stageN/lib. This avoids windows trying to load stageN/std.ll whenRafael Ávila de Espíndola-6/+6
2011-06-17Automatically add a -L to the directory the binary is in.Rafael Ávila de Espíndola-3/+3
2011-06-16Switch to using the rustc driver in the bootstrap process.Rafael Ávila de Espíndola-8/+10
2011-06-13Handle missing git in build env.Graydon Hoare-0/+2
2011-06-08Use main.o directly now that stage0 is ok with it.Rafael Ávila de Espíndola-3/+3
2011-06-07Don't put a copy of main (the C one) in each binary we produce. This is a stepRafael Ávila de Espíndola-3/+3