Re: git: 78661696e639 - main - loader: i386: use -z nostart-stop-gc for bfd as well

From: Kyle Evans <kevans_at_FreeBSD.org>
Date: Fri, 09 May 2025 21:25:07 UTC
On 5/9/25 14:06, Simon J. Gerraty wrote:
>> Apparently it did not become the default, so it's not clear how Simon's
>> build was different.  OTOH, I'm not sure if that really changes anything
> 
> My issue was /usr/local/bin/ld (bfd) vs /usr/bin/ld (lld)
> stand/i386/loader/Makefile was only adding -Wl,-z,nostart-stop-gc
> for lld and that loader does not work without it.
> 

Right, so Jessica's observation is that bfd hasn't actually made 
start-stop-gc the default as of yet, so we shouldn't have needed the 
knob.  Is your /usr/local/bin/ld just devel/binutils as it would appear 
upstream, or something special produced at Juniper?

Thanks,

Kyle Evans