Date: Sun, 8 Nov 2020 09:00:42 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554441 - head/math/gmp Message-ID: <202011080900.0A890gW3087091@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Sun Nov 8 09:00:42 2020 New Revision: 554441 URL: https://svnweb.freebsd.org/changeset/ports/554441 Log: Allow to build on RISC-V architecture. PR: 250939 Submitted by: Dennis Clarke <dclarke@blastwave.org> Modified: head/math/gmp/Makefile Modified: head/math/gmp/Makefile ============================================================================== --- head/math/gmp/Makefile Sun Nov 8 07:52:38 2020 (r554440) +++ head/math/gmp/Makefile Sun Nov 8 09:00:42 2020 (r554441) @@ -41,6 +41,8 @@ CONFIGURE_ARGS+=--build=${CONFIGURE_TARGET} .elif ${ARCH:S/64//} != ${ARCH} .if ${ARCH:Mpowerpc64*} CONFIGURE_ENV+= ABI="mode64" +.elif ${ARCH:Mriscv64*} +CONFIGURE_ENV+= ABI="standard" .else CONFIGURE_ENV+= ABI="64" .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011080900.0A890gW3087091>