Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2019 02:09:48 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520601 - head/Mk
Message-ID:  <201912220209.xBM29mt7016133@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Dec 22 02:09:47 2019
New Revision: 520601
URL: https://svnweb.freebsd.org/changeset/ports/520601

Log:
  With GCC 7 end-of-life, remove it as an option for GCC_DEFAULT.
  
  (Technically it'll still work, and I plan on keeping lang/gcc7 for the
  foreseeable future, just do not advertise nor support it at this point.)

Modified:
  head/Mk/bsd.default-versions.mk

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Sun Dec 22 00:55:53 2019	(r520600)
+++ head/Mk/bsd.default-versions.mk	Sun Dec 22 02:09:47 2019	(r520601)
@@ -43,7 +43,7 @@ FIREBIRD_DEFAULT?=	2.5
 FORTRAN_DEFAULT?=	gfortran
 # Possible values: 3.0.4
 FPC_DEFAULT?=		3.0.4
-# Possible values: 7, 8, 9 (powerpcspe was dropped with GCC 9)
+# Possible values: 8, 9 (powerpcspe was dropped with GCC 9)
 .if ${ARCH} == "powerpcspe"
 GCC_DEFAULT?=		8
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912220209.xBM29mt7016133>