rust/src/librustc_back/target
bors be7196a793 Auto merge of #31814 - petevine:master, r=alexcrichton
The `vfp2` option was a leftover from `armv6` compatibility features of the original armhf target.
Gcc defaults to `vfp3`on `armv7` hard-float linux systems so we should make it the default for rustc too.
2016-02-23 05:17:08 +00:00
..
aarch64_apple_ios.rs
aarch64_linux_android.rs
aarch64_unknown_linux_gnu.rs
android_base.rs
apple_base.rs
apple_ios_base.rs
arm_linux_androideabi.rs
arm_unknown_linux_gnueabi.rs
arm_unknown_linux_gnueabihf.rs
armv7_apple_ios.rs
armv7_unknown_linux_gnueabihf.rs Eradicate last vestiges of armv6 2016-02-22 08:25:29 +01:00
armv7s_apple_ios.rs
asmjs_unknown_emscripten.rs rustc: Use llvm-ar for custom targets by default 2016-02-08 10:27:03 -08:00
bitrig_base.rs rustc: Use llvm-ar for custom targets by default 2016-02-08 10:27:03 -08:00
dragonfly_base.rs rustc: Use llvm-ar for custom targets by default 2016-02-08 10:27:03 -08:00
freebsd_base.rs bring freebsd linker config up-to-date (same as dragonfly) 2016-02-17 18:46:16 +00:00
i386_apple_ios.rs
i586_unknown_linux_gnu.rs Add a new i586 Linux target 2016-02-13 17:03:00 +01:00
i686_apple_darwin.rs
i686_linux_android.rs
i686_pc_windows_gnu.rs
i686_pc_windows_msvc.rs Enable /SAFESEH for i686-pc-windows-msvc 2016-02-11 12:07:57 +00:00
i686_unknown_dragonfly.rs
i686_unknown_freebsd.rs
i686_unknown_linux_gnu.rs
i686_unknown_linux_musl.rs Add support for i686-unknown-linux-musl 2016-02-06 20:56:31 +00:00
le32_unknown_nacl.rs rustc: Use llvm-ar for custom targets by default 2016-02-08 10:27:03 -08:00
linux_base.rs rustc: Use llvm-ar for custom targets by default 2016-02-08 10:27:03 -08:00
mips_unknown_linux_gnu.rs rustc: Set MIPS cpu/features in the compiler 2016-01-29 23:44:46 -08:00
mips_unknown_linux_musl.rs rustc: set MIPS cpu/features in the compiler 2016-01-30 14:44:40 -05:00
mipsel_unknown_linux_gnu.rs rustc: Set MIPS cpu/features in the compiler 2016-01-29 23:44:46 -08:00
mipsel_unknown_linux_musl.rs rustc: set MIPS cpu/features in the compiler 2016-01-30 14:44:40 -05:00
mod.rs Auto merge of #31534 - jseyfried:restrict_noninline_mod, r=nikomatsakis 2016-02-16 19:34:57 +00:00
netbsd_base.rs rustc: Use llvm-ar for custom targets by default 2016-02-08 10:27:03 -08:00
openbsd_base.rs rustc: Use llvm-ar for custom targets by default 2016-02-08 10:27:03 -08:00
powerpc64_unknown_linux_gnu.rs
powerpc64le_unknown_linux_gnu.rs Remove "powerpc64le" and "mipsel" target_arch 2016-02-01 20:39:07 -08:00
powerpc_unknown_linux_gnu.rs
solaris_base.rs rustc: Use llvm-ar for custom targets by default 2016-02-08 10:27:03 -08:00
windows_base.rs rustc: Use llvm-ar for custom targets by default 2016-02-08 10:27:03 -08:00
windows_msvc_base.rs rustc: Use llvm-ar for custom targets by default 2016-02-08 10:27:03 -08:00
x86_64_apple_darwin.rs
x86_64_apple_ios.rs
x86_64_pc_windows_gnu.rs
x86_64_pc_windows_msvc.rs trans: Reimplement unwinding on MSVC 2016-01-29 16:25:20 -08:00
x86_64_rumprun_netbsd.rs rustc: Tweak exe allocator for MinGW/rumprun 2016-02-07 12:05:03 -08:00
x86_64_sun_solaris.rs Fix broken Solaris build 2016-02-22 01:58:49 +03:00
x86_64_unknown_bitrig.rs
x86_64_unknown_dragonfly.rs
x86_64_unknown_freebsd.rs
x86_64_unknown_linux_gnu.rs
x86_64_unknown_linux_musl.rs
x86_64_unknown_netbsd.rs
x86_64_unknown_openbsd.rs specify the cpu type for LLVM for OpenBSD target 2016-02-17 11:30:42 +01:00