Date: Thu, 14 Dec 2017 04:07:12 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 221466] security/nss fails to build on i386 Message-ID: <bug-221466-21738-BjYdLZNhow@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-221466-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-221466-21738@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=221466 Mikhail T. <mi@ALDAN.algebra.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mi@ALDAN.algebra.com Status|Closed |Open Resolution|FIXED |--- --- Comment #7 from Mikhail T. <mi@ALDAN.algebra.com> --- First, if the problem really is due to SSE2-features missing on the build-machine, the test should be further tightened: -.if ${OPSYS} == FreeBSD && ${ARCH} == i386 +.if ${OPSYS} == FreeBSD && ${ARCH} == i386 && ${MACHINE_CPU:Msse2} == "" This would allow a vast number of machines to still build nss without building a whole new compiler first. Second, if this is an upstream bug, should we not, perhaps, patch it? How is it, that FreeBSD's base C-compiler is unable to compile nss? -- 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-221466-21738-BjYdLZNhow>
