]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #32342 - petevine:patch-1, r=alexcrichton
authorEduard-Mihai Burtescu <edy.burt@gmail.com>
Sat, 19 Mar 2016 10:30:02 +0000 (12:30 +0200)
committerEduard-Mihai Burtescu <edy.burt@gmail.com>
Sat, 19 Mar 2016 10:30:02 +0000 (12:30 +0200)
commit835d2a952cf2cb127c47fe964fc1c60cff745653
tree6e65d139f4596c9694d0b34bbb2b4d1d9ec6f0c8
parent4a67405ba9870d643d3b6314b1b0e52d37b6958e
parent2ab1f0a850f4e02c5dacf882c040b3acee57f86a
Rollup merge of #32342 - petevine:patch-1, r=alexcrichton

Use explicit -march flags in the i586 mk file

`-march` should definitely go last, after the environment `$C(XX)FLAGS`, or it's going to remain brittle.

This should fix cross-compilation issues on x86_64 (possibly x86 too on some newer distros) - it was far too assuming of me to expect you really had to want i586 using your own flags.