1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

lang/gcc7{,-devel}: Fix powerpc64 USE_GCC dependency loop

Approved by:	gerald (maintainer), timur (mentor)
Differential Revision:	https://reviews.freebsd.org/D16784
This commit is contained in:
Kevin Bowling 2018-09-04 22:26:16 +00:00
parent b7f6d21028
commit 0440aafd1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478993
2 changed files with 6 additions and 2 deletions

View File

@ -64,7 +64,9 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
.elif ${ARCH} == powerpc64
CONFIGURE_ENV+= UNAME_m="powerpc64"
USE_GCC= yes
USE_GCC= 5 # This port requires at least GCC 4.9, and we need
# to ensure not to cause a dependency on itself (so
# USE_GCC=yes or USE_GCC=X+ are not an option).
.elif ${ARCH} == powerpcspe
CONFIGURE_ARGS+= --with-cpu=8540 --enable-e500_double --without-fp

View File

@ -60,7 +60,9 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
.elif ${ARCH} == powerpc64
CONFIGURE_ENV+= UNAME_m="powerpc64"
USE_GCC= yes
USE_GCC= 5 # This port requires at least GCC 4.9, and we need
# to ensure not to cause a dependency on itself (so
# USE_GCC=yes or USE_GCC=X+ are not an option).
.elif ${ARCH} == powerpcspe
CONFIGURE_ARGS+= --with-cpu=8540 --enable-e500_double --without-fp