[Bug 221466] security/nss fails to build on i386
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Dec 14 04:07:13 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221466
Mikhail T. <mi at ALDAN.algebra.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mi at ALDAN.algebra.com
Status|Closed |Open
Resolution|FIXED |---
--- Comment #7 from Mikhail T. <mi at 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.
More information about the freebsd-gecko
mailing list