diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-06-10 09:11:25 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-06-10 09:11:25 +0000 |
commit | 056ab1b504630eb58ce011d6fa9b4cbbf98d93fe (patch) | |
tree | b10ecf528192ca747b56acf02de76429650cb8b9 /Mk/bsd.gcc.mk | |
parent | fa23faa40b41c9670ad2e4080c0531a64eba2969 (diff) |
Notes
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r-- | Mk/bsd.gcc.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 278d02f43b1f..e3754ea4084b 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -37,7 +37,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org # ascending order and in sync with the table below. # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -GCCVERSIONS= 040200 040600 040700 040800 040900 050000 +GCCVERSIONS= 040200 040600 040700 040800 040900 050000 060000 # The first field is the OSVERSION in which it disappeared from the base. # The second field is the version as USE_GCC would use. @@ -47,6 +47,7 @@ GCCVERSION_040700= 0 4.7 GCCVERSION_040800= 0 4.8 GCCVERSION_040900= 0 4.9 GCCVERSION_050000= 0 5 +GCCVERSION_060000= 0 6 # No configurable parts below this. #################################### # |