https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221466
Mikhail T. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Closed |Open Resolution|FIXED |--- --- Comment #7 from Mikhail T. <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
