summary refs log tree commit diff
path: root/mk/target.mk
AgeCommit message (Expand)AuthorLines
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
2014-03-25mk: Rename CFG_COMPILER to CFG_COMPILER_HOST_TRIPLEBrian Anderson-2/+2
2014-02-11Build compiler-rt and link it to all crates, similarly to morestack.Vadim Chugunov-0/+6
2014-02-09mk: Replace 'compile_and_link' with 'oxidize'Brian Anderson-2/+2
2014-01-26Refactor the build system for easily adding cratesAlex Crichton-148/+122
2014-01-09Register new snapshotsAlex Crichton-20/+3
2014-01-08Fix the snapshot and cross compilationAlex Crichton-0/+4
2014-01-07Make CFG_LIBDIR configurable. Fixes #5223Jan Niklas Hasse-2/+0
2014-01-06Fix parallel makefile buildsAlex Crichton-24/+20
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-0/+20
2013-12-24make: Don't have libsyntax depend on librustuvAlex Crichton-1/+0
2013-12-24Test fixes and rebase problemsAlex Crichton-5/+2
2013-12-24make: Add all the make support for lib{native,green}Alex Crichton-0/+26
2013-12-07Fix the linked targets for rustcAlex Crichton-1/+1
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-1/+8
2013-11-29Add generation of static libraries to rustcAlex Crichton-0/+6
2013-11-02Statically link libuv to librustuvAlex Crichton-2/+10
2013-10-29support for GNU configure syntaxHeather-6/+6
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-0/+11
2013-10-16Allow stage0 warningsAlex Crichton-3/+3
2013-09-26Fix for make -j race from #9531 injected by cleanup in b1a22518f0c687db.Felix S. Klock II-0/+2
2013-09-04Move the `rt` build directory under $targetAlex Crichton-2/+2
2013-09-03Build rustllvm into $target/rustllvmAlex Crichton-1/+1
2013-09-01small cleanup of previous commit with mucho comments.Felix S. Klock II-3/+11
2013-09-01hypothetical fix for #8865.Felix S. Klock II-3/+6
2013-08-17Deny warnings in stage1+ libsyntax/librustc/librustdoc/librusti/librustErick Tryzelaar-2/+2
2013-08-05Warn when using -o option on libraries. Closes #6554.Michael Sullivan-4/+4
2013-07-26auto merge of #7820 : pnkfelix/rust/fill-in-some-missing-rustc-lib-dependence...bors-0/+2
2013-07-22Allow all warnings in stage0 to account for bugsAlex Crichton-2/+1
2013-07-16Add dependence arc from running rustc to its libraries.Felix S. Klock II-0/+2
2013-07-09Fix #3225: Incorporate feedback from Graydon.Felix S. Klock II-8/+8
2013-07-07Fix #3225: Check for old Rust libraries when building and installing.Felix S. Klock II-0/+8