Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2019 16:17:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)
Message-ID:  <bug-230888-29464-2wAyj7HfOp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230888-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230888-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230888

Piotr Kubaj <pkubaj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pkubaj@FreeBSD.org

--- Comment #11 from Piotr Kubaj <pkubaj@FreeBSD.org> ---
This also affects powerpc64 elfv2 (which uses clang from base).

E.g. www/node* ports need -latomic:
        # Platforms that don't have Compare-And-Swap (CAS) support need to =
link
atomic library
        # to implement atomic memory access
        ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc",
"ppc64", "s390", "s390x"]', {
          'link_settings': {
            'libraries': ['-latomic', ],
          },
        }],

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230888-29464-2wAyj7HfOp>