svn commit: r554441 - head/math/gmp

Alex Dupre ale at FreeBSD.org
Sun Nov 8 09:00:43 UTC 2020


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 at 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


More information about the svn-ports-all mailing list