1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Allow to build on RISC-V architecture.

PR:		250939
Submitted by:	Dennis Clarke <dclarke@blastwave.org>
This commit is contained in:
Alex Dupre 2020-11-08 09:00:42 +00:00
parent 57291065a8
commit 083a10b24b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554441

View File

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