In #85478 we came to the conclusion that we will inevitably have to support multiple linkers on the machine and we should not try too hard to prefer one linker over another. The current linker behavior prefers bfd and fails if it's not available.
We should instead just let the compiler use the default system linker.
In #85478 we came to the conclusion that we will inevitably have to support multiple linkers on the machine and we should not try too hard to prefer one linker over another. The current linker behavior prefers bfd and fails if it's not available.
We should instead just let the compiler use the default system linker.