rust/src/librustc_back/target
Björn Steinbrink 14b6c6d153 Default to "x86-64" as the target cpu for x86_64 builds
Using "generic" disables a number of features that are present on all
x86_64 cpus, the "x86-64" target cpu is the common denominator for that
arch.

Refs #20777
2015-01-11 12:26:54 +01:00
..
aarch64_apple_ios.rs iOS: preliminary 64-bit archs support 2015-01-09 18:38:30 +02:00
aarch64_unknown_linux_gnu.rs Rename target_word_size to target_pointer_width 2015-01-08 09:07:55 +13:00
apple_base.rs Implement flexible target specification 2014-11-04 05:07:47 -05:00
apple_ios_base.rs Default to "x86-64" as the target cpu for x86_64 builds 2015-01-11 12:26:54 +01:00
arm_linux_androideabi.rs Rename target_word_size to target_pointer_width 2015-01-08 09:07:55 +13:00
arm_unknown_linux_gnueabi.rs Rename target_word_size to target_pointer_width 2015-01-08 09:07:55 +13:00
arm_unknown_linux_gnueabihf.rs Rename target_word_size to target_pointer_width 2015-01-08 09:07:55 +13:00
armv7_apple_ios.rs iOS: updated targets 2015-01-09 18:23:42 +02:00
armv7s_apple_ios.rs iOS: updated targets 2015-01-09 18:23:42 +02:00
dragonfly_base.rs Several fixes for DragonFly (rebase) 2014-12-19 13:05:06 +01:00
freebsd_base.rs Implement flexible target specification 2014-11-04 05:07:47 -05:00
i386_apple_ios.rs iOS: updated targets 2015-01-09 18:23:42 +02:00
i686_apple_darwin.rs Rename target_word_size to target_pointer_width 2015-01-08 09:07:55 +13:00
i686_pc_windows_gnu.rs Rename target_word_size to target_pointer_width 2015-01-08 09:07:55 +13:00
i686_unknown_dragonfly.rs Rename target_word_size to target_pointer_width 2015-01-08 09:07:55 +13:00
i686_unknown_linux_gnu.rs Rename target_word_size to target_pointer_width 2015-01-08 09:07:55 +13:00
linux_base.rs fix typo in librustc target spec 2014-11-06 00:17:56 -05:00
mips_unknown_linux_gnu.rs Rename target_word_size to target_pointer_width 2015-01-08 09:07:55 +13:00
mipsel_unknown_linux_gnu.rs Rename target_word_size to target_pointer_width 2015-01-08 09:07:55 +13:00
mod.rs iOS: preliminary 64-bit archs support 2015-01-09 18:38:30 +02:00
windows_base.rs Implement flexible target specification 2014-11-04 05:07:47 -05:00
x86_64_apple_darwin.rs Default to "x86-64" as the target cpu for x86_64 builds 2015-01-11 12:26:54 +01:00
x86_64_apple_ios.rs iOS: preliminary 64-bit archs support 2015-01-09 18:38:30 +02:00
x86_64_pc_windows_gnu.rs Default to "x86-64" as the target cpu for x86_64 builds 2015-01-11 12:26:54 +01:00
x86_64_unknown_dragonfly.rs Default to "x86-64" as the target cpu for x86_64 builds 2015-01-11 12:26:54 +01:00
x86_64_unknown_freebsd.rs Default to "x86-64" as the target cpu for x86_64 builds 2015-01-11 12:26:54 +01:00
x86_64_unknown_linux_gnu.rs Default to "x86-64" as the target cpu for x86_64 builds 2015-01-11 12:26:54 +01:00