about summary refs log tree commit diff
path: root/mk/target.mk
AgeCommit message (Expand)AuthorLines
2017-02-06Delete the `mk` folderAlex Crichton-209/+0
2016-10-19Allow bootstrapping without a key. Fixes #36548Brian Anderson-21/+0
2016-05-23mk: Fix bootstrapping cross-hosts on betaAlex Crichton-9/+20
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-2/+16
2016-03-28mk: Add `-C metadata` for compiling crates we shipAlex Crichton-0/+1
2016-02-25mk: Move disable-jemalloc logic into makefilesAlex Crichton-2/+2
2016-02-01Revert "mk: fix some undefined variable warnings"Alex Crichton-2/+2
2016-02-01mk: fix some undefined variable warningsTamir Duberstein-2/+2
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-8/+0
2015-12-20remove specific code for OpenBSD that define STDCPP_LIBDIR_RUSTFLAGSSébastien Marie-2/+0
2015-12-13Better support for `--llvm-root`.Richard Diamond-0/+1
2015-12-08Remove STARTUP_OBJS from Makefile deps for non win-gnu targets.Felix S. Klock II-0/+2
2015-11-17Auto merge of #29794 - semarie:openbsd-stdcpp-path, r=alexcrichtonbors-1/+4
2015-11-13Clean up some "suspicious" whitespace in target.mkWilliam Throwe-2/+2
2015-11-11pass stdc++ library path after LVVM library pathSébastien Marie-1/+4
2015-11-07Make sure rsbegin.o and rsend.o get packaged with target lib artifacts.Vadim Chugunov-42/+2
2015-10-21Use `gcc -print-file-name` for finding C runtime startup objects:Vadim Chugunov-14/+27
2015-10-19Don't use GCC's startup objects (crtbegin.o/crtend.o); build and use our own ...Vadim Chugunov-0/+59
2015-09-06plumbing to automatically run MIR for crates where it works;Niko Matsakis-0/+1
2015-08-19rustc_back: add configure options for default linker and arMarc-Antoine Perennou-0/+4
2015-08-11Register new snapshotsAlex Crichton-92/+1
2015-08-11Auto merge of #27518 - alexcrichton:msvc-builtin-llvm-ar, r=huonwbors-0/+6
2015-08-10trans: Stop informing LLVM about dllexportAlex Crichton-2/+2
2015-08-10trans: Specify `archive_format` for MSVCAlex Crichton-0/+6
2015-08-10Remove morestack supportAlex Crichton-2/+1
2015-07-01msvc: Lookup linker in windows registryAlex Crichton-6/+4
2015-06-27mk: Add support for i686-pc-windows-msvcAlex Crichton-0/+37
2015-05-27mk: Fix MSVC bootstrapping itselfAlex Crichton-0/+39
2015-05-19mk: Generate a .def file for rustc_llvm on MSVCAlex Crichton-1/+3
2015-05-19mk: Add the ability to depend on native LLVM toolsAlex Crichton-1/+8
2015-05-19mk: Fix native LLVM deps for cross-host buildsAlex Crichton-1/+1
2015-04-27mk: Add support for musl-based buildsAlex Crichton-9/+4
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-03-16Fix the Linux nightly build by adding a LLVM_CONFIG_<target-triple> dep.Ryan Prichard-0/+1
2015-03-13Avoid passing -L "" during cross-compilation.Ryan Prichard-1/+1
2015-03-12Avoid passing -L "" to rustc.Ryan Prichard-1/+1
2015-03-03Make build timestamp files robust in face of concurrent source modification.Felix S. Klock II-1/+2
2014-11-30mk: Use host llvm linkage paths, not target onesAlex Crichton-1/+1
2014-11-25Don't use the same llvmdeps.rs for every host.Richard Diamond-3/+2
2014-11-20mk/target: fix typo so we depend on the correct directoryCody P Schafer-1/+1
2014-11-03rustc: Default to static linking dylibsAlex Crichton-4/+4
2014-07-23mk: Add space before line continuation backslashBirunthan Mohanathas-4/+4
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas-35/+35
2014-07-14Move llvm bindings to their own crateBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-10/+1
2014-07-06mk: Fix bootstrapping the nightly buildsAlex Crichton-8/+10
2014-07-05rustc: Stop putting hashes in filenames by defaultAlex Crichton-1/+10
2014-06-16alloc: Allow disabling jemallocAlex Crichton-0/+1
2014-05-21mk: Replace 'oxidize' with 'rustc'. Closes #13781Brian Anderson-2/+2
2014-04-17llvm: Add an option to statically link libstdc++Alex Crichton-0/+1