On Tue, 4 Jun 2019 at 10:58, Ian Lepore <i...@freebsd.org> wrote:
>
> On Tue, 2019-06-04 at 13:07 +0000, Ed Maste wrote:
> > Author: emaste
> > Date: Tue Jun  4 13:07:10 2019
> > New Revision: 348611
> > URL: https://svnweb.freebsd.org/changeset/base/348611
> >
> > Log:
> >   Expose the kernel's build-ID through sysctl
> >
> >   After our migration (of certain architectures) to lld the kernel is built
> >   with a unique build-ID.  Make it available via a sysctl and uname(1) to
> >   allow the user to identify their running kernel.
> >
>
> Won't this impact WITH_REPRODUCIBLE_BUILD?

No, if the object is otherwise identical the build-ID will also be identical.

(The linker does support --build-id=uuid which will generate a random
build-id, but we don't (and nobody should) use that.)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to