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

Tijl Coosemans <t...@freebsd.org> changed:

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

--- Comment #1 from Tijl Coosemans <t...@freebsd.org> ---
For 8 byte atomics on i386 you need at least i586.  Some ports do the
following:

.if ${ARCH} == i386 && !${CFLAGS:M-march=*}
CFLAGS+= -march=i586
.endif

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

Reply via email to