https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888

Piotr Kubaj <pku...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pku...@freebsd.org

--- Comment #11 from Piotr Kubaj <pku...@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', ],
          },
        }],

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to