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 <bro...@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