1
Fork 0
rust/compiler/rustc_target/src/spec
2021-03-28 01:49:15 +03:00
..
abi mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
tests Auto merge of #78959 - petrochenkov:likeuefi, r=nagisa 2020-11-14 09:11:25 +00:00
aarch64_apple_darwin.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
aarch64_apple_ios.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
aarch64_apple_ios_macabi.rs Fixed support for macOS Catalyst for Apple Silicon 2021-02-27 18:15:55 +01:00
aarch64_apple_ios_sim.rs iOS simulator: pick the target based on the environment variable 2021-02-20 16:45:00 -05:00
aarch64_apple_tvos.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
aarch64_be_unknown_linux_gnu.rs Add big-endian and ILP32 AArch64 targets 2021-01-27 22:47:57 +00:00
aarch64_be_unknown_linux_gnu_ilp32.rs Add big-endian and ILP32 AArch64 targets 2021-01-27 22:47:57 +00:00
aarch64_fuchsia.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
aarch64_linux_android.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
aarch64_pc_windows_msvc.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
aarch64_unknown_freebsd.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
aarch64_unknown_hermit.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
aarch64_unknown_linux_gnu.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
aarch64_unknown_linux_gnu_ilp32.rs Add big-endian and ILP32 AArch64 targets 2021-01-27 22:47:57 +00:00
aarch64_unknown_linux_musl.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
aarch64_unknown_netbsd.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
aarch64_unknown_none.rs rustc_target: Normalize vendor from "" to "unknown" for all targets 2020-11-11 20:40:51 +03:00
aarch64_unknown_none_softfloat.rs rustc_target: Normalize vendor from "" to "unknown" for all targets 2020-11-11 20:40:51 +03:00
aarch64_unknown_openbsd.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
aarch64_unknown_redox.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
aarch64_uwp_windows_msvc.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
aarch64_wrs_vxworks.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
abi.rs address pr review comments 2021-03-09 14:40:33 -05:00
android_base.rs Allow not emitting uwtable on Android 2021-03-23 04:39:58 +08:00
apple_base.rs iOS simulator: pick the target based on the environment variable 2021-02-20 16:45:00 -05:00
apple_sdk_base.rs added aarch64_apple_ios_sim as a rustc target 2021-02-19 13:17:05 -05:00
arm_base.rs rustc_target: add "unwind" payloads to Abi 2021-03-09 14:38:29 -05:00
arm_linux_androideabi.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
arm_unknown_linux_gnueabi.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
arm_unknown_linux_gnueabihf.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
arm_unknown_linux_musleabi.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
arm_unknown_linux_musleabihf.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
armebv7r_none_eabi.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
armebv7r_none_eabihf.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
armv4t_unknown_linux_gnueabi.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
armv5te_unknown_linux_gnueabi.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
armv5te_unknown_linux_musleabi.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
armv5te_unknown_linux_uclibceabi.rs Add built-in support for the armv5te-unknown-linux-uclibceabi target 2020-11-30 09:47:09 +01:00
armv6_unknown_freebsd.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
armv6_unknown_netbsd_eabihf.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
armv7_apple_ios.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
armv7_linux_androideabi.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
armv7_unknown_freebsd.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
armv7_unknown_linux_gnueabi.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
armv7_unknown_linux_gnueabihf.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
armv7_unknown_linux_musleabi.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
armv7_unknown_linux_musleabihf.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
armv7_unknown_netbsd_eabihf.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
armv7_wrs_vxworks_eabihf.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
armv7a_none_eabi.rs rustc_target: Normalize vendor from "" to "unknown" for all targets 2020-11-11 20:40:51 +03:00
armv7a_none_eabihf.rs rustc_target: Normalize vendor from "" to "unknown" for all targets 2020-11-11 20:40:51 +03:00
armv7r_none_eabi.rs rustc_target: Normalize vendor from "" to "unknown" for all targets 2020-11-11 20:40:51 +03:00
armv7r_none_eabihf.rs rustc_target: Normalize vendor from "" to "unknown" for all targets 2020-11-11 20:40:51 +03:00
armv7s_apple_ios.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
asmjs_unknown_emscripten.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
avr_gnu_base.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
avr_unknown_gnu_atmega328.rs rustc_target: Refactor away TargetResult 2020-10-05 19:28:19 +03:00
crt_objects.rs WASI: Switch to crt1-command.o to enable support for new-style commands 2021-03-08 17:49:34 -08:00
dragonfly_base.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
freebsd_base.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
fuchsia_base.rs rustc_target: Normalize vendor from "" to "unknown" for all targets 2020-11-11 20:40:51 +03:00
haiku_base.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
hermit_base.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
hermit_kernel_base.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
hexagon_unknown_linux_musl.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
i386_apple_ios.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
i386_unknown_linux_gnu.rs Added support for i386-unknown-linux-gnu and i486-unknown-linux-gnu 2021-01-05 12:05:36 +01:00
i486_unknown_linux_gnu.rs Added support for i386-unknown-linux-gnu and i486-unknown-linux-gnu 2021-01-05 12:05:36 +01:00
i586_pc_windows_msvc.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
i586_unknown_linux_gnu.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
i586_unknown_linux_musl.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
i686_apple_darwin.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
i686_linux_android.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
i686_pc_windows_gnu.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
i686_pc_windows_msvc.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
i686_unknown_freebsd.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
i686_unknown_haiku.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
i686_unknown_linux_gnu.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
i686_unknown_linux_musl.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
i686_unknown_netbsd.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
i686_unknown_openbsd.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
i686_unknown_uefi.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
i686_uwp_windows_gnu.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
i686_uwp_windows_msvc.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
i686_wrs_vxworks.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
illumos_base.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
l4re_base.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
linux_base.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
linux_gnu_base.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
linux_kernel_base.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
linux_musl_base.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
linux_uclibc_base.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
mips64_unknown_linux_gnuabi64.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
mips64_unknown_linux_muslabi64.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
mips64el_unknown_linux_gnuabi64.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
mips64el_unknown_linux_muslabi64.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
mips_unknown_linux_gnu.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
mips_unknown_linux_musl.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
mips_unknown_linux_uclibc.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
mipsel_sony_psp.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
mipsel_sony_psp_linker_script.ld mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
mipsel_unknown_linux_gnu.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
mipsel_unknown_linux_musl.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
mipsel_unknown_linux_uclibc.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
mipsel_unknown_none.rs rustc_target: add "unwind" payloads to Abi 2021-03-09 14:38:29 -05:00
mipsisa32r6_unknown_linux_gnu.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
mipsisa32r6el_unknown_linux_gnu.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
mipsisa64r6_unknown_linux_gnuabi64.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
mipsisa64r6el_unknown_linux_gnuabi64.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
mod.rs Allow not emitting uwtable on Android 2021-03-23 04:39:58 +08:00
msp430_none_elf.rs rustc_target: Normalize vendor from "" to "unknown" for all targets 2020-11-11 20:40:51 +03:00
msvc_base.rs rustc: Stabilize -Zrun-dsymutil as -Csplit-debuginfo 2021-01-28 08:51:11 -08:00
netbsd_base.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
nvptx64_nvidia_cuda.rs rustc_target: add "unwind" payloads to Abi 2021-03-09 14:38:29 -05:00
openbsd_base.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
powerpc64_unknown_freebsd.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
powerpc64_unknown_linux_gnu.rs Support LLVM 12 in rustc 2021-02-28 10:19:44 +01:00
powerpc64_unknown_linux_musl.rs Support LLVM 12 in rustc 2021-02-28 10:19:44 +01:00
powerpc64_wrs_vxworks.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
powerpc64le_unknown_linux_gnu.rs Support LLVM 12 in rustc 2021-02-28 10:19:44 +01:00
powerpc64le_unknown_linux_musl.rs Support LLVM 12 in rustc 2021-02-28 10:19:44 +01:00
powerpc_unknown_linux_gnu.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
powerpc_unknown_linux_gnuspe.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
powerpc_unknown_linux_musl.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
powerpc_unknown_netbsd.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
powerpc_unknown_openbsd.rs Add powerpc-unknown-openbsd target 2021-03-04 22:43:34 +01:00
powerpc_wrs_vxworks.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
powerpc_wrs_vxworks_spe.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
redox_base.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
riscv32gc_unknown_linux_gnu.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
riscv32gc_unknown_linux_musl.rs add specs for riscv32/riscv64 musl targets 2021-02-16 16:34:32 -08:00
riscv32i_unknown_none_elf.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
riscv32imac_unknown_none_elf.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
riscv32imc_unknown_none_elf.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
riscv64gc_unknown_linux_gnu.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
riscv64gc_unknown_linux_musl.rs add specs for riscv32/riscv64 musl targets 2021-02-16 16:34:32 -08:00
riscv64gc_unknown_none_elf.rs riscvgc-unknown-none-elf use lp64d ABI 2021-03-17 10:45:58 -04:00
riscv64imac_unknown_none_elf.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
riscv_base.rs rustc_target: add "unwind" payloads to Abi 2021-03-09 14:38:29 -05:00
s390x_unknown_linux_gnu.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
s390x_unknown_linux_musl.rs add s390x-unknown-linux-musl target 2021-02-19 03:14:28 +00:00
solaris_base.rs Change default Solaris x86 target to x86_64-pc-solaris 2021-03-01 15:05:31 +01:00
sparc64_unknown_linux_gnu.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
sparc64_unknown_netbsd.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
sparc64_unknown_openbsd.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
sparc_unknown_linux_gnu.rs Change related spec files to use the new enum 2021-01-06 13:34:20 +00:00
sparcv9_sun_solaris.rs Change default Solaris x86 target to x86_64-pc-solaris 2021-03-01 15:05:31 +01:00
thumb_base.rs rustc_target: Normalize vendor from "" to "unknown" for all targets 2020-11-11 20:40:51 +03:00
thumbv4t_none_eabi.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
thumbv6m_none_eabi.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
thumbv7a_pc_windows_msvc.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
thumbv7a_uwp_windows_msvc.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
thumbv7em_none_eabi.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
thumbv7em_none_eabihf.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
thumbv7m_none_eabi.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
thumbv7neon_linux_androideabi.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
thumbv7neon_unknown_linux_gnueabihf.rs rustc_target: Move target env "gnu" from linux_base to linux_gnu_base 2020-11-11 11:38:40 +03:00
thumbv7neon_unknown_linux_musleabihf.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
thumbv8m_base_none_eabi.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
thumbv8m_main_none_eabi.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
thumbv8m_main_none_eabihf.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
uefi_msvc_base.rs Use a call probe on the x86_64-uefi target 2021-01-20 01:37:45 +02:00
vxworks_base.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
wasm32_base.rs Don't link with --export-dynamic on wasm32-wasi 2021-01-21 16:13:43 -08:00
wasm32_unknown_emscripten.rs Don't link with --export-dynamic on wasm32-wasi 2021-01-21 16:13:43 -08:00
wasm32_unknown_unknown.rs Don't link with --export-dynamic on wasm32-wasi 2021-01-21 16:13:43 -08:00
wasm32_wasi.rs rustc_target: Normalize vendor from "" to "unknown" for all targets 2020-11-11 20:40:51 +03:00
windows_gnu_base.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
windows_msvc_base.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
windows_uwp_gnu_base.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
windows_uwp_msvc_base.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
x86_64_apple_darwin.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_apple_ios.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_apple_ios_macabi.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_apple_tvos.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_fortanix_unknown_sgx.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
x86_64_fuchsia.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_linux_android.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_pc_solaris.rs Change default Solaris x86 target to x86_64-pc-solaris 2021-03-01 15:05:31 +01:00
x86_64_pc_windows_gnu.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
x86_64_pc_windows_msvc.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
x86_64_sun_solaris.rs Change default Solaris x86 target to x86_64-pc-solaris 2021-03-01 15:05:31 +01:00
x86_64_unknown_dragonfly.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_unknown_freebsd.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_unknown_haiku.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_unknown_hermit.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_unknown_illumos.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
x86_64_unknown_l4re_uclibc.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
x86_64_unknown_linux_gnu.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_unknown_linux_gnux32.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_unknown_linux_musl.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_unknown_netbsd.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00
x86_64_unknown_none_hermitkernel.rs Change built-in kernel targets to be os = none throughout 2021-03-01 12:46:25 -05:00
x86_64_unknown_none_linuxkernel.rs Change built-in kernel targets to be os = none throughout 2021-03-01 12:46:25 -05:00
x86_64_unknown_openbsd.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_unknown_redox.rs Target stack-probe support configurable finely 2021-01-16 12:38:02 +02:00
x86_64_unknown_uefi.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
x86_64_uwp_windows_gnu.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
x86_64_uwp_windows_msvc.rs rustc_target: Move linker_flavor from Target to TargetOptions 2020-11-07 14:27:48 +03:00
x86_64_wrs_vxworks.rs linker: Use --as-needed by default when linker supports it 2021-03-28 01:49:15 +03:00