Date: Sat, 04 Feb 2017 20:29:19 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 216745] devel/boost-libs: atomics are broken with clang 4.0 on i386 Message-ID: <bug-216745-25061-VFQQxyF5mP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-216745-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-216745-25061@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=3D216745 --- Comment #9 from Konstantin Belousov <kib@FreeBSD.org> --- (In reply to Dimitry Andric from comment #7) I believe that linux still supports 486. More likely, the define means that gcc on linux defaults to pentium or even to 686. You arguably do not want to run any office package on 486-class machine.=20 Putting aside the clang bug, I think that the practical solution, which also works on existing releases, is to add -march=3Dpentiumpro (or whatever it spelled) to the CFLAGS and declare that port is not supported on any lesser CPU. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216745-25061-VFQQxyF5mP>