1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

math/gmp: fix build on powerpc64le with CPU_OPTS

This commit is contained in:
Piotr Kubaj 2020-09-24 19:28:36 +00:00
parent f59f48725a
commit 381269f441
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549942

View File

@ -39,7 +39,7 @@ MAKE_JOBS_UNSAFE=yes
.if ! ${PORT_OPTIONS:MCPU_OPTS}
CONFIGURE_ARGS+=--build=${CONFIGURE_TARGET}
.elif ${ARCH:S/64//} != ${ARCH}
.if ${ARCH} == powerpc64
.if ${ARCH:Mpowerpc64*}
CONFIGURE_ENV+= ABI="mode64"
.else
CONFIGURE_ENV+= ABI="64"