[Bug 241484] security/nss: fix build on armv*

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 25 08:11:41 UTC 2019


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

            Bug ID: 241484
           Summary: security/nss: fix build on armv*
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gecko at FreeBSD.org
          Reporter: pkubaj at FreeBSD.org
             Flags: maintainer-feedback?(gecko at FreeBSD.org)
          Assignee: gecko at FreeBSD.org

Created attachment 208593
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=208593&action=edit
patch

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gecko mailing list