Aye! That actually makes sense, but what binutils-gold does is reduce what's being brought into the link, so let's say with LD (old), if you include "A", it will auto-include "B" and "C". With binutils gold, it may not -- so you need to state you need "B" and "C" as well.
Since binutils is doing it's job "correctly", it's technically an issue with nvidia's build chain :)
Aye! That actually makes sense, but what binutils-gold does is reduce what's being brought into the link, so let's say with LD (old), if you include "A", it will auto-include "B" and "C". With binutils gold, it may not -- so you need to state you need "B" and "C" as well.
Since binutils is doing it's job "correctly", it's technically an issue with nvidia's build chain :)