[Bug 242523] security/nss 3.48 doesn't build on PowerPC
| Newsgroups | gmane.os.freebsd.devel.ppc |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242523 --- Comment #8 from Piotr Kubaj <[email protected]> --- (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 on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ppc To unsubscribe, send any mail to "[email protected]"