K 10 svn:author V 6 emaste K 8 svn:date V 27 2021-01-05T20:04:34.952647Z K 7 svn:log V 742 Perform kernel linker ifunc test only for builds dvl reported that "make installkernel" failed with "amd64/arm64/i386 kernel requires linker ifunc support." This test should apply to builds only; the linker is not used at install time. I think the same (ifunc-supporting) linker used to build the kernel should be detected at install time in usual cases (and so not trigger this error). However, there is no reason to disallow the install, if for some reason the expected linker isn't the one tested at install time. PR: 251580 Reported by: dvl Sponsored by: The FreeBSD Foundation (cherry picked from commit 581ade97d561e136dbb7cf7a413128c343a23199) Git Hash: df592782db906594c7f7ee0bdb9ed502401cd532 Git Author: emaste@FreeBSD.org END