Uh oh!
There was an error while loading. Please reload this page.
fixes #27124 for bitrig - #27137
Conversation
rust-highfive
commented
Jul 20, 2015
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Jul 20, 2015
You should be actually able to delete This may also just indicate a bug in LLVM's implementation? Unsure :( |
dhuseby
commented
Jul 23, 2015
@alexcrichton the goal of Bitrig is to not use any GNU software so using the default |
alexcrichton
commented
Jul 23, 2015
Oh "gnu" in this case is just the format of the archive, not the actual tooling used to produce it. |
dhuseby
commented
Jul 23, 2015
@alexcrichton what's wrong with using the built-in ar? |
alexcrichton
commented
Jul 23, 2015
It generally works, but there are a number of wins for not depending on it:
|
dhuseby
commented
Jul 23, 2015
@alexcrichton alright, I tested "gnu" and it works just fine, let's go with that. rebased and fixed. |
alexcrichton
commented
Jul 23, 2015
alexcrichton
commented
Jul 23, 2015
@bors: rollup |
…excrichton fixes the linking error on bitrig.
fixes the linking error on bitrig.