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

Mikhail T. <m...@aldan.algebra.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m...@aldan.algebra.com
             Status|Closed                      |Open
         Resolution|FIXED                       |---

--- Comment #7 from Mikhail T. <m...@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.
_______________________________________________
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to