]> git.lizzy.rs Git - rust.git/commit
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)
commitb43ee6cd2eab723e4d3fd4f851c2929087e430b3
tree551a569a987d1125763c0c413d4aa91f503a8af5
parente02313a172acca34bd29e10cdd10f7495664694e
parentd11f746cc118e85c22bfa19343cf22ccad32dc41
auto merge of #9277 : crabtw/rust/mips, r=brson

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.
mk/platform.mk