diff options
author | gerald <gerald@FreeBSD.org> | 2017-08-15 20:44:16 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-08-15 20:44:16 +0800 |
commit | 21d699792cd3a50ff6f680116fcb6f2c048eb1ca (patch) | |
tree | f0d0eca48958f7c4d8f9ce9e1325ae68c22fbe3c /Mk | |
parent | f483a57807136dc7d5f6509548069f20f818d0d9 (diff) | |
download | freebsd-ports-gnome-21d699792cd3a50ff6f680116fcb6f2c048eb1ca.tar.gz freebsd-ports-gnome-21d699792cd3a50ff6f680116fcb6f2c048eb1ca.tar.zst freebsd-ports-gnome-21d699792cd3a50ff6f680116fcb6f2c048eb1ca.zip |
Connect the new lang/gcc7 port into the infrastructure of Mk/bsd.gcc.mk
(providing USE_GCC) and Mk/bsd.default-versions.mk.
PR: 220794
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.default-versions.mk | 2 | ||||
-rw-r--r-- | Mk/bsd.gcc.mk | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 49197ff2e3a7..6fdc4fcbfa39 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -37,7 +37,7 @@ BDB_DEFAULT?= 5 FIREBIRD_DEFAULT?= 2.5 # Possible values: 3.0.0 FPC_DEFAULT?= 3.0.2 -# Possible values: 4.8, 4.9, 5, 6 +# Possible values: 4.8, 4.9, 5, 6, 7 GCC_DEFAULT?= 5 # Possible values: 7, 8, 9, agpl GHOSTSCRIPT_DEFAULT?= agpl diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 1b46bda363e7..720b62e50910 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -35,7 +35,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 040800 040900 050000 060000 +GCCVERSIONS= 040200 040800 040900 050000 060000 070000 # The first field is the OSVERSION in which it disappeared from the base. # The second field is the version as USE_GCC would use. @@ -44,6 +44,7 @@ GCCVERSION_040800= 0 4.8 GCCVERSION_040900= 0 4.9 GCCVERSION_050000= 0 5 GCCVERSION_060000= 0 6 +GCCVERSION_070000= 0 7 # No configurable parts below this. #################################### # |