Kyle Evans <kev...@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).