summary refs log tree commit diff
path: root/mk/platform.mk
AgeCommit message (Expand)AuthorLines
2015-12-31Rollup merge of #30365 - tamird:update-valgrind, r=pnkfelixSimonas Kazlauskas-3/+7
2015-12-20remove specific code for OpenBSD that define STDCPP_LIBDIR_RUSTFLAGSSébastien Marie-10/+0
2015-12-18mk: actually run valgrind on x86_64-apple-darwinTamir Duberstein-3/+7
2015-11-20Set CFLAGS/LDFLAGS/etc according to Debian policyAngus Lees-0/+4
2015-11-17Rollup merge of #29876 - cardoe:i586-build-fix, r=alexcrichtonManish Goregaokar-1/+1
2015-11-16mk/platform: support i486 and i586 target CHOSTDoug Goldstein-1/+1
2015-11-11pass stdc++ library path after LVVM library pathSébastien Marie-3/+5
2015-11-07Make sure rsbegin.o and rsend.o get packaged with target lib artifacts.Vadim Chugunov-0/+3
2015-09-20Pass libstdc++.so path to linker under OpenBSDSébastien Marie-0/+8
2015-08-11Register new snapshotsAlex Crichton-61/+0
2015-08-11Auto merge of #27518 - alexcrichton:msvc-builtin-llvm-ar, r=huonwbors-0/+3
2015-08-10trans: Stop informing LLVM about dllexportAlex Crichton-2/+7
2015-08-10trans: Specify `archive_format` for MSVCAlex Crichton-0/+3
2015-08-10Remove morestack supportAlex Crichton-2/+1
2015-06-27mk: Add support for i686-pc-windows-msvcAlex Crichton-17/+1
2015-06-25mk: Move logic out of MSVC's 64-bit cfg makefileAlex Crichton-0/+69
2015-05-26mk: Ensure LINK_$(1) is defined for all targetsAlex Crichton-0/+9
2015-05-19mk: Don't add cross prefixes for MSVCAlex Crichton-0/+2
2015-05-19mk: Add build system support for cl.exeAlex Crichton-2/+17
2015-05-19mk: Correct names of installed libs on windowsAlex Crichton-0/+8
2015-05-19mk: Remove generation of .d filesAlex Crichton-8/+2
2015-05-12Scale back changes madeAlex Crichton-9/+9
2015-05-12Very hacky MSVC hacks.Ricky Taylor-8/+9
2015-04-17Run valgrind with fair scheduling when availableTamir Duberstein-1/+2
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-02-11PR review fixesDave Huseby-9/+9
2015-02-11bitrig integrationDave Huseby-9/+17
2015-01-11powerpc: Use toolchain assembler on powerRicho Healey-2/+2
2015-01-03Initial version of AArch64 support.Akos Kiss-3/+3
2014-11-19mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~...Cody P Schafer-1/+1
2014-10-25split platform definitions out of mk/platform.mkCody P Schafer-464/+1
2014-10-23Error if we should be able to Valgrind but can'tNick Cameron-0/+14
2014-10-01Remove libuv, gypAaron Turon-16/+0
2014-09-12Remove build system support for i686-pc-mingw32 triple in favor if i686-w64-m...Brian Anderson-30/+0
2014-09-11mk: Fix defs for i686-w64-mingw32Brian Anderson-1/+3
2014-08-04Use gcc for cross-build linking, not g++.Vadim Chugunov-2/+2
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-0/+27
2014-07-23mk: Add space before line continuation backslashBirunthan Mohanathas-5/+5
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas-15/+15
2014-07-02Build rustc with /LARGEADDRESSAWARE on windows.Luqman Aden-0/+1
2014-06-24Added Mipsel architecture supportPawel Olzacki-1/+31
2014-06-12Platform configurationValerii Hiora-28/+68
2014-05-23Add clang specific flag more selectively.Luqman Aden-7/+15
2014-05-20Make configure respect (and save) values for `CC`, `CXX`, `CFLAGS`, etc.Felix S. Klock II-87/+57
2014-05-14Get rid of the android-cross-path flag to rustc.Luqman Aden-1/+1
2014-05-11pass correct CFLAGS for jemallocDaniel Micay-0/+14
2014-05-06Lower armhf target feature to v6.Luqman Aden-1/+1
2014-04-19mk: Pass exact compile to rustc on cross compilesAlex Crichton-1/+4
2014-03-12enable mutex lowering and hardware floating point on gnueabihf. closes #10482Ian Daniher-1/+1
2014-02-15mk: Remove old flags to llc for arm.Luqman Aden-1/+1