- Change FPC default version to 3.2.0

This commit is contained in:
Jose Alonso Cardenas Marquez 2020-11-25 02:59:01 +00:00
parent 4ca1f77d7a
commit c9a151778a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556253

View file

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