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

--- Comment #8 from Piotr Kubaj <pku...@freebsd.org> ---
(In reply to Piotr Kubaj from comment #7)
In coreconf/FreeBSD.mk, there is CPU_ARCH variable being assigned. All powerpc
architectures have ppc. Then, in lib/freebl/Makefile, there's a check for
CPU_ARCH==ppc and that's when -maltivec -mcrypto -mvsx are appended. We would
need to probably change differentiate powerpc64 from powerpc and powerpcspe,
but I will be able to work on it next week (certainly not now).

If you want to build nss now, in lib/freebl/Makefile just remove the lines at
the end containing -maltivec -mcrypto -mvsx.

-- 
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