From: Corey Farwell Date: Fri, 7 Apr 2017 13:20:08 +0000 (-0400) Subject: Rollup merge of #41080 - cuviper:generic-powerpc, r=alexcrichton X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=2a92fe2aaa5b9c3fc44b93f19a4848c6281a1762;p=rust.git 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. --- 2a92fe2aaa5b9c3fc44b93f19a4848c6281a1762