commit: e301d2c7bda7ea40f0eaa704e8425f6a858c70b4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 19 20:11:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 19 20:12:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e301d2c7
profiles: change default ADA_TARGET to gcc_14 As discussed with tupone. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/loong/make.defaults | 6 ------ profiles/base/make.defaults | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/profiles/arch/loong/make.defaults b/profiles/arch/loong/make.defaults index 7665e2f05407..172292294e6f 100644 --- a/profiles/arch/loong/make.defaults +++ b/profiles/arch/loong/make.defaults @@ -44,9 +44,3 @@ FEATURES="-pid-sandbox -network-sandbox -ipc-sandbox" # ABI # DEFAULT_ABI # MULTILIB_ABIS - -# Sam James <s...@gentoo.org> (2025-01-10) -# Temporary USE until the global default catches up. dev-lang/ada-bootstrap -# starts with sys-devel/gcc:14 so ADA_TARGET needs to be >= that. This -# entry can be dropped once the global one is >= gcc_14. -ADA_TARGET="gcc_14" diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index c18715c55f63..98b9cee3e159 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # System-wide defaults for the Portage system @@ -166,10 +166,10 @@ POSTGRES_TARGETS="postgres16" # PHP_TARGETS="php8-2" -# Sam James <s...@gentoo.org> (2024-12-29) +# Sam James <s...@gentoo.org> (2025-02-19) # # Default ADA target -ADA_TARGET="gcc_13" +ADA_TARGET="gcc_14" # Marek Szuba <mare...@gentoo.org> (2020-10-15) # Default targets for lua{,-single}.eclass