[Bug 249053] security/nss: fails to build on aarch64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 2 13:39:26 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249053
--- Comment #4 from Mikael Urankar <mikael at FreeBSD.org> ---
It builds for me (only tried 13-current) with:
@@ -20,7 +21,21 @@ endif
ifeq ($(CPU_ARCH),amd64)
CPU_ARCH = x86_64
endif
+ifneq (,$(filter arm%, $(CPU_ARCH)))
+CPU_ARCH = arm
+endif
+ifneq (,$(filter powerpc%, $(CPU_ARCH)))
+CPU_ARCH = ppc
+endif
+ifeq ($(CPU_ARCH),aarch64)
+NS_USE_GCC = 1
+endif
<snip>
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gecko
mailing list