Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 15:17:15 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 95ead803ed02 - main - Mk/bsd.gcc.mk: Use GCC 12 in examples
Message-ID:  <202403091517.429FHF1v033008@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=95ead803ed0225be0dc8b24a287912076b8a53d7

commit 95ead803ed0225be0dc8b24a287912076b8a53d7
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2024-03-09 15:15:37 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2024-03-09 15:15:37 +0000

    Mk/bsd.gcc.mk: Use GCC 12 in examples
    
    We want to steer people towards current versions of GCC, so use
    GCC 12 in examples over GCC 10 and GCC 11 now that the default is
    GCC 13.
---
 Mk/bsd.gcc.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 05a44cded48f..aeac8ac04dc6 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -22,10 +22,10 @@
 # Examples:
 #   USE_GCC=	yes			# port requires a current version of GCC
 #							# as defined in bsd.default-versions.mk.
-#   USE_GCC=	11 			# port requires GCC 11.
+#   USE_GCC=	12 			# port requires GCC 12.
 #   USE_GCC=	yes:build	# port requires a current version of GCC at
 #							# build time only.
-#   USE_GCC=	10:build	# port requires GCC 10 at build time only.
+#   USE_GCC=	12:build	# port requires GCC 12 at build time only.
 #
 # If you are wondering what your port exactly does, use "make test-gcc"
 # to see some debugging.



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