about summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Expand)AuthorLines
2011-11-05Reconfigure when the git submodule status changesBrian Anderson-0/+11
2011-11-05Add mk/llvm.mkBrian Anderson-0/+1
2011-11-03Fix typo in Makefile.in commentsBrian Anderson-1/+1
2011-11-02get the dependencies right so that all target archs are builtNiko Matsakis-8/+10
2011-11-02enable building with different target archNiko Matsakis-1/+0
2011-11-02start going back to an i386 buildNiko Matsakis-3/+1
2011-10-31Remove temporary build rulesBrian Anderson-2/+0
2011-10-31Add some transitional build rules for moving libstd.so to libruststd.soBrian Anderson-0/+2
2011-10-31Rename libstd.so to libruststd.soHaitao Li-1/+1
2011-10-27Fix typo in Makefile.inBrian Anderson-1/+1
2011-10-27Add std docs to the build processBrian Anderson-0/+6
2011-10-20Remove the last vestiges of main.llMarijn Haverbeke-2/+1
2011-10-12new targets, TAGS.emacs and TAGS.vi. they must be manually made.Niko Matsakis-2/+7
2011-10-06Bring make distcheck up to dateBrian Anderson-3/+11
2011-10-05Don't run stage0 compiler under valgrindBrian Anderson-1/+1
2011-10-02Move compiletest to src/ and cleanup build rulesBrian Anderson-1/+1
2011-10-02Lots of build system cleanup and documentationBrian Anderson-28/+76
2011-09-30Have 'make install' do something close to usefulBrian Anderson-5/+10
2011-09-30Register new snapshotsBrian Anderson-5/+0
2011-09-30Change the directory for target libsBrian Anderson-0/+5
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