]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #9277 : crabtw/rust/mips, r=brson
authorbors <bors@rust-lang.org>
Wed, 18 Sep 2013 16:15:56 +0000 (09:15 -0700)
committerbors <bors@rust-lang.org>
Wed, 18 Sep 2013 16:15:56 +0000 (09:15 -0700)
This patch fixes some errors of MIPS target, however, MIPS C ABI is still broken. I will send another PR to fix the problem.

Because MIPS target has no "generic" CPU name, I add --target-cpu and --target-feature to RUST_FLAGS. In order to workaround the "compact frame descriptions incompatible with DWARF2 .eh_frame" problem, the linker I used is CXX but not CC.

1  2 
mk/platform.mk

diff --cc mk/platform.mk
Simple merge