Date: Thu, 12 Mar 2020 18:29:13 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528305 - head/security/nss Message-ID: <202003121829.02CITDZv091088@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Mar 12 18:29:13 2020 New Revision: 528305 URL: https://svnweb.freebsd.org/changeset/ports/528305 Log: security/nss: switch unconditionally to ports GCC on powerpc64 After upgrade to clang10, building gcm.c results in allocating all available memory and not building the file. Modified: head/security/nss/Makefile Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Thu Mar 12 18:28:18 2020 (r528304) +++ head/security/nss/Makefile Thu Mar 12 18:29:13 2020 (r528305) @@ -57,7 +57,7 @@ BINS= ${DIST}/${OPSYS}${OSREL}_DBG.OBJ .endif .if ${ARCH} == powerpc64 -USES+= compiler:c++11-lang # -mcrypto -mvsx +USE_GCC= yes .else MAKE_ENV+= NSS_DISABLE_ALTIVEC=1 .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003121829.02CITDZv091088>