]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #41080 - cuviper:generic-powerpc, r=alexcrichton
authorCorey Farwell <coreyf@rwell.org>
Fri, 7 Apr 2017 13:20:08 +0000 (09:20 -0400)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2017 13:20:08 +0000 (09:20 -0400)
commit2a92fe2aaa5b9c3fc44b93f19a4848c6281a1762
tree92e65816f12b94e5cc9f88603281767a9e8fd58a
parenta2c032631b8e9b7023502bd0210b97bf1661d9ba
parent608e8fe16c3859b61f3a43ee233cbf0119ecd35f
Rollup merge of #41080 - cuviper:generic-powerpc, r=alexcrichton

dist-powerpc-linux: use a pure 32-bit CPU profile

With `-mcpu=power4`, code might use instructions like `fcfid`, excluding
older CPUs like the PowerPC G4, which apparently some users would like
to use.  The generic `-mcpu=powerpc` should stick to pure 32-bit PowerPC
instructions.

Fixes rust-lang/cargo#3852.