Re: atomic link failures for ArcticFox

Martin Husemann <[email protected]> Thu, 16 May 2024 17:48:00 +0200
Newsgroups gmane.os.netbsd.ports.macppc
Message-ID <[email protected]>
On Thu, May 16, 2024 at 04:45:35PM +0200, Riccardo Mottola wrote:
> which is a little bit crude perhaps. How did you manage it for FF 45 or
> FF52? I looked if mozilla has added some wizardry to support 32bit netbsd,
> but could find none.
> There is an explicit test for -latomic, but without the correct paths it
> will sure fail.

In pkgsrc that magically works via including ../../mk/atomic64.mk,
but we also patch some google protobuf things.

The libatomic headers and lib will then be available in the -I / -L paths.

Martin