Re: [PATCH, libgfortran] PR124512 Fix build failure on NetBSD
Jerry D <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
On 3/22/26 1:32 AM, Richard Biener wrote: > On Sat, Mar 21, 2026 at 7:54 PM Jerry DeLisle <[email protected]> wrote: >> >> Hi all, >> >> The attached patch from Chris, fixes a build error by checking if the neccessary >> pthread implementation is available on the system and if not, disables building >> -lcaf_shmem. >> >> Regression tested on x86_64-linux. I did regenerate with autoreconf 2.69 as >> stated in the PR. >> >> This fixes a P1. I prefer good review although it looks OK to me. > > LGTM. > Committed: r16-8250-gf57bcde85983 > Richard. > >> Regards, --- snip --- Thanks all, Jerry