Re: [OE-core] [PATCH 2/2] uninative: Add pthread linking workaround

2024-03-15 Thread Khem Raj
On Fri, Mar 15, 2024 at 7:29 AM Richard Purdie wrote: > > With newer glibc versions, pthread was merged into the main library so there > is > no longer any need to link with -lpthread. On newer systems this means that > linker > flag is dropped from places like pkgconfig .pc files. If uninative

[OE-core] [PATCH 2/2] uninative: Add pthread linking workaround

2024-03-15 Thread Richard Purdie
With newer glibc versions, pthread was merged into the main library so there is no longer any need to link with -lpthread. On newer systems this means that linker flag is dropped from places like pkgconfig .pc files. If uninative then uses this newer library on an older system, the flag is