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:
parent
57291065a8
commit
083a10b24b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554441
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user