1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Mk/bsd.default-versions.mk: Better describe GCC_DEFAULT=8

This commit is contained in:
Gerald Pfeifer 2021-06-17 17:58:11 +00:00
parent 311cff8f31
commit 0359c81980

View File

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