diff options
author | 2025-02-19 20:11:12 +0000 | |
---|---|---|
committer | 2025-02-19 20:12:31 +0000 | |
commit | e301d2c7bda7ea40f0eaa704e8425f6a858c70b4 (patch) | |
tree | d7a987d2cfa261e093ba910b4b8a80b122ee297d /profiles/arch | |
parent | dev-libs/cpuinfo: add 2024.10.22.2 (diff) | |
download | gentoo-e301d2c7bda7ea40f0eaa704e8425f6a858c70b4.tar.gz gentoo-e301d2c7bda7ea40f0eaa704e8425f6a858c70b4.tar.bz2 gentoo-e301d2c7bda7ea40f0eaa704e8425f6a858c70b4.zip |
profiles: change default ADA_TARGET to gcc_14
As discussed with tupone.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/loong/make.defaults | 6 |
1 files changed, 0 insertions, 6 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 <sam@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" |