]> git.lizzy.rs Git - rust.git/commit
auto merge of #9617 : crabtw/rust/softfp, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 1 Oct 2013 06:51:31 +0000 (23:51 -0700)
committerbors <bors@rust-lang.org>
Tue, 1 Oct 2013 06:51:31 +0000 (23:51 -0700)
commitf6df7ab839fef099af163463ae99b9541d3d12c5
tree274bbb217c96de54b0b95a7d3242a4e6465c14da
parent1dbc467fd957a0daf3fd935ccce0fc9ea5d1dcd8
parent350b5438cd0b2a9ed33c0cdb1b36d7e4cbe1ab2b
auto merge of #9617 : crabtw/rust/softfp, r=alexcrichton

This change adds --soft-float option for generating
software floating point library calls.
It also implies using soft float ABI, that is the same as llc.

It is useful for targets that have no FPU.