- Change FPC default version to 3.2.0
This commit is contained in:
parent
4ca1f77d7a
commit
c9a151778a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556253
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue