https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284196
Tijl Coosemans <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Tijl Coosemans <[email protected]> --- 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.
