Date: Wed, 02 Sep 2020 13:39:26 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 249053] security/nss: fails to build on aarch64 Message-ID: <bug-249053-21738-IZvbZ2C5OL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-249053-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-249053-21738@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249053 --- Comment #4 from Mikael Urankar <mikael@FreeBSD.org> --- It builds for me (only tried 13-current) with: @@ -20,7 +21,21 @@ endif ifeq ($(CPU_ARCH),amd64) CPU_ARCH =3D x86_64 endif +ifneq (,$(filter arm%, $(CPU_ARCH))) +CPU_ARCH =3D arm +endif +ifneq (,$(filter powerpc%, $(CPU_ARCH))) +CPU_ARCH =3D ppc +endif +ifeq ($(CPU_ARCH),aarch64) +NS_USE_GCC =3D 1 +endif <snip> --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249053-21738-IZvbZ2C5OL>