rust/mk
Alex Crichton e3b414d861 std: Stop prefixing jemalloc symbols
Now that we properly only link in jemalloc when building executables, we have
far less to worry about in terms of polluting the global namespace with the
`free` and `malloc` symbols on Linux. This commit will primarily allow LLVM to
use jemalloc so the compiler will only be using one allocator overall.

Locally this took compile time for libsyntax from 95 seconds to 89 (a 6%
improvement).
2016-02-14 11:50:40 -08:00
..
cfg Add a new i586 Linux target 2016-02-13 17:03:00 +01:00
clean.mk Added missing argument to 'find' 2015-10-27 23:47:53 +13:00
crates.mk rustc_back: Fix disabling jemalloc 2016-02-11 11:12:33 -08:00
ctags.mk Update the ctags rules and targets. 2015-07-30 06:35:42 +10:00
debuggers.mk debuginfo: Create common debugger pretty printer module. 2015-05-30 20:06:08 +02:00
dist.mk mk: Fix make dist 2015-12-04 08:55:02 -08:00
docs.mk Update Makefile 2016-02-09 05:22:24 +01:00
grammar.mk Revert "mk: fix some undefined variable warnings" 2016-02-01 23:27:04 -08:00
host.mk Revert "mk: fix some undefined variable warnings" 2016-02-01 23:27:04 -08:00
install.mk Revert "mk: fix some undefined variable warnings" 2016-02-01 23:27:04 -08:00
llvm.mk rustc_llvm: Tweak how initialization is performed 2016-02-11 11:12:33 -08:00
main.mk Add support for i686-unknown-linux-musl 2016-02-06 20:56:31 +00:00
platform.mk Revert "mk: fix some undefined variable warnings" 2016-02-01 23:27:04 -08:00
prepare.mk Fix --libdir installs 2015-11-16 18:55:07 -05:00
reconfig.mk mk: Fix reconfiguring top-level ./configure 2015-06-17 17:32:11 -07:00
rt.mk std: Stop prefixing jemalloc symbols 2016-02-14 11:50:40 -08:00
rustllvm.mk trans: Use LLVM's writeArchive to modify archives 2015-07-10 09:06:21 -07:00
snap.mk Remove extra eval call in snap.mk 2015-11-13 15:15:51 -05:00
stage0.mk mk/stage0: complain instead of creating an empty file 2014-11-20 16:00:12 -05:00
target.mk Revert "mk: fix some undefined variable warnings" 2016-02-01 23:27:04 -08:00
tests.mk Auto merge of #31391 - frewsxcv:test, r=alexcrichton 2016-02-14 08:25:39 +00:00
util.mk mk: Build crates with relative paths to rustc 2015-06-13 01:41:52 +02:00