Re: git: 78661696e639 - main - loader: i386: use -z nostart-stop-gc for bfd as well
- In reply to: Kyle Evans : "Re: git: 78661696e639 - main - loader: i386: use -z nostart-stop-gc for bfd as well"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 May 2025 00:01:51 UTC
Kyle Evans <kevans@FreeBSD.org> wrote: > 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? All packages are stock from freebsd.org /usr/local/bin/ld was installed by package binutils-2.44,1 Just repeating what I said on IRC for anyone following along; stand/i386/loader/Makefile was using 'cc' (I have WITH_SYSTEM_COMPILER stet), the filemon data shows '/usr/bin/cc' ran '/usr/bin/ld' but bsd.linker.mk was looking at ${LD} (ld) which was found via $PATH as '/usr/local/bin/ld' (bfd).