]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Disable build-id in i386 binary boot components
authoremaste <emaste@FreeBSD.org>
Fri, 23 Nov 2018 13:50:18 +0000 (13:50 +0000)
committeremaste <emaste@FreeBSD.org>
Fri, 23 Nov 2018 13:50:18 +0000 (13:50 +0000)
commitd74ca83687cb60454dacb1bb488088ce7c49b5e6
treee125e62ecfb955614e8e3b6d8632c647f3835557
parente14a1732c5084cbab71b773789cf954f8063942f
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.

Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D15470
stand/i386/Makefile.inc