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