about summary refs log tree commit diff
path: root/mk/host.mk
AgeCommit message (Expand)AuthorLines
2017-02-06Delete the `mk` folderAlex Crichton-84/+0
2016-02-25mk: Move disable-jemalloc logic into makefilesAlex Crichton-1/+1
2016-02-01Revert "mk: fix some undefined variable warnings"Alex Crichton-1/+1
2016-02-01mk: fix some undefined variable warningsTamir Duberstein-1/+1
2014-07-23mk: Add space before line continuation backslashBirunthan Mohanathas-2/+2
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas-14/+14
2014-05-07mk: Add libcoreAlex Crichton-3/+5
2014-01-26Refactor the build system for easily adding cratesAlex Crichton-130/+50
2014-01-14Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVEDerek Guenther-1/+1
2014-01-07Make CFG_LIBDIR configurable. Fixes #5223Jan Niklas Hasse-1/+1
2013-12-24make: Fix deps of rmake tests and host filesAlex Crichton-2/+2
2013-12-24std: Get stdtest all passing againAlex Crichton-1/+1
2013-12-24make: Add all the make support for lib{native,green}Alex Crichton-17/+35
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-10/+2
2013-11-29Add generation of static libraries to rustcAlex Crichton-25/+10
2013-10-29support for GNU configure syntaxHeather-1/+1
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-1/+17
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
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-21/+21
2013-05-07mk: target.mk host.mk fix for duplicated rules of mingw32 after #6235Young-il Choi-0/+2
2013-05-04Fix another goof: consistently use parent directory of target for rule.Felix S. Klock II-9/+12
2013-05-04Fix syntax: had to use escaped $$ to have an effect after first expansion.Felix S. Klock II-1/+1
2013-05-03Make build products depend on their target directories.Felix S. Klock II-10/+25
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi-40/+42
2013-02-27mk: rewrite make filesYoung-il Choi-31/+31
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-07-13Even simpler attempt at solving the .dSYM mess.Graydon Hoare-2/+2
2012-07-13Revert "Try less complicated trick for solving the dSYM glob portability issue."Graydon Hoare-0/+11
2012-07-11Try less complicated trick for solving the dSYM glob portability issue.Graydon Hoare-11/+0
2012-07-11Revert "Reorganize lib-glob code to avoid accidentally duplicating lib/ subdi...Graydon Hoare-4/+15
2012-07-11Reorganize lib-glob code to avoid accidentally duplicating lib/ subdirectory.Graydon Hoare-15/+4
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-5/+5
2012-05-30build: Fix mac build errorsBrian Anderson-1/+1
2012-03-29build: Introduce rustsyntax crateBrian Anderson-2/+13
2012-03-22update promotion rules to not fail when .dsym file does not existNiko Matsakis-1/+8
2012-03-21Avoid mangling names differently in debug builds to work around a build error...Josh Matthews-3/+6
2012-01-26[makefiles] Make rustc depend on librustcMarijn Haverbeke-0/+1
2011-12-16Update build machinery to build and install librustc everywhere (including sn...Graydon Hoare-0/+8
2011-12-12rustc: build versioned library with hash in its nameHaitao Li-0/+6
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+16
2011-11-29basic builds functionNiko Matsakis-27/+30
2011-10-31Remove temporary build rulesBrian Anderson-8/+0
2011-10-31Add some transitional build rules for moving libstd.so to libruststd.soBrian Anderson-0/+8
2011-10-02Lots of build system cleanup and documentationBrian Anderson-0/+56