rust/src/librustc_back/target
bors 9e11845d77 Auto merge of #28668 - alexcrichton:crossing-with-jemalloc, r=nrc
This commit updates the compiler to not attempt to use jemalloc for platforms
where jemalloc is never enabled. Currently the compiler attempts to link in
jemalloc based on whether `--disable-jemalloc` was specified at build time for
the compiler itself, but this is only the right decision for the host target,
not for other targets.

This still leaves a hole open where a set of target libraries are downloaded
which were built with `--disable-jemalloc` and the compiler is unaware of that,
but this is a pretty rare case so it can always be fixed later.
2015-09-28 15:58:44 +00:00
..
aarch64_apple_ios.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
aarch64_linux_android.rs Fix target_vendor for Android 2015-09-24 19:44:53 +02:00
aarch64_unknown_linux_gnu.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
android_base.rs DRY Android targets 2015-04-29 11:15:27 -07:00
apple_base.rs rustc: Don't use jemalloc when crossing to MSVC 2015-09-25 16:26:23 -07:00
apple_ios_base.rs Use correct target CPU for iOS simulator. 2015-08-11 12:05:36 -07:00
arm_linux_androideabi.rs Fix target_vendor for Android 2015-09-24 19:44:53 +02:00
arm_unknown_linux_gnueabi.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
arm_unknown_linux_gnueabihf.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
armv7_apple_ios.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
armv7s_apple_ios.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
bitrig_base.rs rustc: Don't use jemalloc when crossing to MSVC 2015-09-25 16:26:23 -07:00
dragonfly_base.rs rustc: Don't use jemalloc when crossing to MSVC 2015-09-25 16:26:23 -07:00
freebsd_base.rs rustc: Don't use jemalloc when crossing to MSVC 2015-09-25 16:26:23 -07:00
i386_apple_ios.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
i686_apple_darwin.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
i686_linux_android.rs Fix target_vendor for Android 2015-09-24 19:44:53 +02:00
i686_pc_windows_gnu.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
i686_pc_windows_msvc.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
i686_unknown_dragonfly.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
i686_unknown_freebsd.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
i686_unknown_linux_gnu.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
linux_base.rs rustc: Don't use jemalloc when crossing to MSVC 2015-09-25 16:26:23 -07:00
mips_unknown_linux_gnu.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
mipsel_unknown_linux_gnu.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
mod.rs Auto merge of #28668 - alexcrichton:crossing-with-jemalloc, r=nrc 2015-09-28 15:58:44 +00:00
netbsd_base.rs fixes #27124 for netbsd 2015-08-14 22:26:29 +03:00
openbsd_base.rs rustc: Don't use jemalloc when crossing to MSVC 2015-09-25 16:26:23 -07:00
powerpc_unknown_linux_gnu.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
windows_base.rs rustc: Don't use jemalloc when crossing to MSVC 2015-09-25 16:26:23 -07:00
windows_msvc_base.rs rustc: Don't use jemalloc when crossing to MSVC 2015-09-25 16:26:23 -07:00
x86_64_apple_darwin.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
x86_64_apple_ios.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
x86_64_pc_windows_gnu.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
x86_64_pc_windows_msvc.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
x86_64_rumprun_netbsd.rs Add support for the rumprun unikernel 2015-09-26 14:10:14 +02:00
x86_64_unknown_bitrig.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
x86_64_unknown_dragonfly.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
x86_64_unknown_freebsd.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
x86_64_unknown_linux_gnu.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
x86_64_unknown_linux_musl.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
x86_64_unknown_netbsd.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
x86_64_unknown_openbsd.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00