git: 7a68e1d57184 - main - Mk/bsd.default-versions.mk: add GCC 12 to the list of supported versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jun 2022 11:40:32 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7a68e1d57184480f5c104f0c49a52151d48fe32d
commit 7a68e1d57184480f5c104f0c49a52151d48fe32d
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-06-04 11:37:10 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-06-04 11:37:10 +0000
Mk/bsd.default-versions.mk: add GCC 12 to the list of supported versions
---
Mk/bsd.default-versions.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index 288217e5fcd0..974442a6a356 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -45,7 +45,7 @@ FIREBIRD_DEFAULT?= 2.5
FORTRAN_DEFAULT?= gfortran
# Possible values: 3.2.2
FPC_DEFAULT?= 3.2.2
-# Possible values: 8 (last to support powerpcspe), 9, 10, 11
+# Possible values: 8 (last to support powerpcspe), 9, 10, 11, 12
# (Any other version is completely unsupported and not meant for general use.)
. if ${ARCH} == "powerpcspe"
GCC_DEFAULT?= 8