]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r340834: Disable build-id in i386 binary boot components
authorKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 03:37:17 +0000 (03:37 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 03:37:17 +0000 (03:37 +0000)
commit6705b71b5f49fb51cf722e9e4040f154bbeedc5b
tree14599ae29879a65f8000913bffa9ef33ef93a6ee
parent433e3594415c2583cb0a8fea414763e3cdf1da1e
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.
stand/i386/Makefile.inc