rust/src/rt/arch
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 Fix: GNU AArch64 assembler does not like @plt symbol suffix 2015-01-11 00:40:26 +00:00
arm Removed unused context-switching assembly code. 2014-12-22 19:12:35 +02:00
armv7 iOS: makefiles and runtime for new archs 2015-01-09 18:38:30 +02:00
armv7s iOS: makefiles and runtime for new archs 2015-01-09 18:38:30 +02:00
i386 Removed unused context-switching assembly code. 2014-12-22 19:12:35 +02:00
mips Removed unused context-switching assembly code. 2014-12-22 19:12:35 +02:00
mipsel Removed unused context-switching assembly code. 2014-12-22 19:12:35 +02:00
powerpc powerpc: Fix extraneous include in rt support 2015-01-11 21:15:19 -08:00
x86_64 Removed unused context-switching assembly code. 2014-12-22 19:12:35 +02:00