Remove 4.8 as a documented option for GCC_DEFAULT. Technically nothing
has changed, so it still should work as well (or not) as before, but it's essentially untested and if anyone needs an older version from the GCC 4.x era, 4.9 is still available.
This commit is contained in:
parent
ab10ab3044
commit
b1cc5272ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455410
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ FIREBIRD_DEFAULT?= 2.5
|
|||
FORTRAN_DEFAULT?= gfortran
|
||||
# Possible values: 3.0.0
|
||||
FPC_DEFAULT?= 3.0.2
|
||||
# Possible values: 4.8, 4.9, 5, 6, 7
|
||||
# Possible values: 4.9, 5, 6, 7
|
||||
GCC_DEFAULT?= 6
|
||||
# Possible values: 7, 8, 9, agpl
|
||||
GHOSTSCRIPT_DEFAULT?= agpl
|
||||
|
|
Loading…
Reference in a new issue