mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
Now that lang/gcc6 has landed (which carries official GCC 6.x releases),
add support for USE_GCC=6 and USE_GCC=6+.
This commit is contained in:
parent
fa23faa40b
commit
056ab1b504
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416663
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org
|
||||||
# ascending order and in sync with the table below.
|
# ascending order and in sync with the table below.
|
||||||
# When adding a version, please keep the comment in
|
# When adding a version, please keep the comment in
|
||||||
# Mk/bsd.default-versions.mk in sync.
|
# 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 first field is the OSVERSION in which it disappeared from the base.
|
||||||
# The second field is the version as USE_GCC would use.
|
# 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_040800= 0 4.8
|
||||||
GCCVERSION_040900= 0 4.9
|
GCCVERSION_040900= 0 4.9
|
||||||
GCCVERSION_050000= 0 5
|
GCCVERSION_050000= 0 5
|
||||||
|
GCCVERSION_060000= 0 6
|
||||||
|
|
||||||
# No configurable parts below this. ####################################
|
# No configurable parts below this. ####################################
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue