HomeFreeBSD

Disable build-id in i386 binary boot components

Description

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

Details

Provenance
emasteAuthored on
Differential Revision
D15470: disable build-id in i386 binary boot components
Parents
rS340833: sfxge(4): support inner checksum offload on transmit
Branches
Unknown
Tags
Unknown