1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

With GCC 7 end-of-life, remove it as an option for GCC_DEFAULT.

(Technically it'll still work, and I plan on keeping lang/gcc7 for the
foreseeable future, just do not advertise nor support it at this point.)
This commit is contained in:
Gerald Pfeifer 2019-12-22 02:09:47 +00:00
parent c4081f1fe7
commit 831d033be1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520601

View File

@ -43,7 +43,7 @@ FIREBIRD_DEFAULT?= 2.5
FORTRAN_DEFAULT?= gfortran
# Possible values: 3.0.4
FPC_DEFAULT?= 3.0.4
# Possible values: 7, 8, 9 (powerpcspe was dropped with GCC 9)
# Possible values: 8, 9 (powerpcspe was dropped with GCC 9)
.if ${ARCH} == "powerpcspe"
GCC_DEFAULT?= 8
.else