rust/src/librustc_back/target
bors 0c96037ec1 auto merge of #20980 : richo/rust/final-power, r=alexcrichton
Originally, this was going to be discussed and revisted, however I've been working on this for months, and a rebase on top of master was about 1 flight's worth of work so I just went ahead and did it.

This gets you as far as being able to target powerpc with, eg:

    LD_LIBRARY_PATH=./x86_64-unknown-linux-gnu/stage2/lib/ x86_64-unknown-linux-gnu/stage2/bin/rustc -C linker=powerpc-linux-gnu-gcc --target powerpc-unknown-linux-gnu hello.rs

Would really love to get this out before 1.0. r? @alexcrichton
2015-01-15 05:12:30 +00: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
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
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 powerpc: Add backend support for powerpc 2015-01-11 21:14:30 -08:00
powerpc_unknown_linux_gnu.rs powerpc: Teach trans about powerpc 2015-01-11 21:14:31 -08:00
windows_base.rs
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