diff --git a/MOVED b/MOVED index fa8d1b4df34..3f411d84fbb 100644 --- a/MOVED +++ b/MOVED @@ -10327,3 +10327,4 @@ sysutils/logstash|sysutils/logstash5|2018-07-10|Has expired: End of Life was 201 textproc/kibana46|textproc/kibana5|2018-07-10|Has expired: End of Life was 2018-02-28 print/cups-connector|print/cloud-print-connector|2018-07-11|Project renamed upstream net/wpa_gui|net/wpa_supplicant_gui|2018-07-12|Rename to wpa_supplicant_gui for ease of search +lang/gcc47|lang/gcc6|2018-07-15|Has expired: Unsupported by upstream. Use GCC 6 or newer instead. diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index d3fde25e789..2a1b64cb153 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 070000 +GCCVERSIONS= 040200 040800 040900 050000 060000 070000 080000 # The first field is the OSVERSION in which it disappeared from the base. # The second field is the version as USE_GCC would use. @@ -45,6 +45,7 @@ GCCVERSION_040900= 0 4.9 GCCVERSION_050000= 0 5 GCCVERSION_060000= 0 6 GCCVERSION_070000= 0 7 +GCCVERSION_080000= 0 8 # No configurable parts below this. #################################### #