Re: git: 724123b9f4d3 - main - libcompat: Use WORLDTMP sysroot
- In reply to: Dimitry Andric : "Re: git: 724123b9f4d3 - main - libcompat: Use WORLDTMP sysroot"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Jul 2022 10:21:44 UTC
On Fri, Jul 01, 2022 at 12:12:21PM +0200, Dimitry Andric wrote:
> On 1 Jul 2022, at 09:33, Brooks Davis <brooks@FreeBSD.org> wrote:
> >
> > The branch main has been updated by brooks:
> >
> > URL: https://cgit.FreeBSD.org/src/commit/?id=724123b9f4d3ae7600b029ce7c81b5708c1e13b8
> >
> > commit 724123b9f4d3ae7600b029ce7c81b5708c1e13b8
> > Author: Brooks Davis <brooks@FreeBSD.org>
> > AuthorDate: 2022-07-01 07:33:16 +0000
> > Commit: Brooks Davis <brooks@FreeBSD.org>
> > CommitDate: 2022-07-01 07:33:16 +0000
> >
> > libcompat: Use WORLDTMP sysroot
> >
> > Now that -m32 is fixed, just install libs in ${WORLDTMP}/lib/lib32
> > and use the installed headers.
> >
> > Reviewed by: imp, jhb
> > Obtained from: CheriBSD
> > Differential Revision: https://reviews.freebsd.org/D34697
>
> This is of course great, but you might have included a reference to the
> commit(s) that "fixed -m32"? Which one(s) were those?
A better reference would have been a good idea, but listing them all
would be a bit excessive. In this case, more time passed between
committing those changes and this one than I'd planned. You can see the
set with:
git log --grep -m32 a09ea2bbc3053d3b2afdb2f7444e5e57a96bb891~..HEAD
-- Brooks