Bugzilla Automation <[email protected]> has asked freebsd-gecko mailing list <[email protected]> for maintainer-feedback: Bug 241484: security/nss: fix build on armv* https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241484
--- Description --- 3.47 introduced AES HW acceleration for ARMv8. Unfortunately, in https://hg.mozilla.org/projects/nss/rev/efb895a43899, AES HW acceleration is enabled for all ARM platforms and that doesn't work on armv7. I'm getting: #error "Compiler option is invalid" in lib/freebl/aes-armv8.c. Remove this file on arm, leave it only on aarch64. Note that it probably needs to be tested on aarch64, I can only verify that it builds on armv7. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
