K 10 svn:author V 6 kevans K 8 svn:date V 27 2019-10-24T03:37:17.446234Z K 7 svn:log V 352 MFC r340834: Disable build-id in i386 binary boot components A user may enable build-id for all builds by adding LDFLAGS=-Wl,--build-id=sha1 to /etc/make.conf. In this case the build-id note ends added up to mbr and pmbr's .text, which makes it too large (it ends up being 532 bytes). To avoid this explicitly turn off build-id for these components. END