Re: lang/gcc* broken on current, fix in the works

From: Brooks Davis <brooks_at_freebsd.org>
Date: Wed, 07 Feb 2024 19:55:41 UTC
On Wed, Feb 07, 2024 at 05:55:48AM +0000, Brooks Davis wrote:
> A late breaking change to my libsys patch caused the MULTILIB option to
> be broken on current.  I've got a fix that seems to be working, but want
> to do a bit more testing before I commit it as breaking pthreads broadly
> (vs linkage with GNU ld) would be very bad.

I've committed:

commit 49d684369c6682eebca325c55a6c96b7c03f5aeb
Author: Brooks Davis <brooks@FreeBSD.org>
Date:   Wed Feb 7 19:38:16 2024 +0000

    libthr: filter rather than link with libsys

In my testing this fixes MULTILIB support in lang/gcc*.

-- Brooks