diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-04-10 00:31:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-04-10 00:31:33 +0100 |
commit | abb30563c27d2f713333a02c5d124acc8e301d12 (patch) | |
tree | 584169f99cd4c93cecaaf57768c589fef99d78b8 /profiles/releases | |
parent | fb7c221776ce0bda5eb40ef32cb74daa98aed0d7 (diff) |
gentoo auto-resync : 10:04:2024 - 00:31:32
Diffstat (limited to 'profiles/releases')
-rw-r--r-- | profiles/releases/23.0/make.defaults | 9 | ||||
-rw-r--r-- | profiles/releases/23.0/package.use | 11 |
2 files changed, 14 insertions, 6 deletions
diff --git a/profiles/releases/23.0/make.defaults b/profiles/releases/23.0/make.defaults index 9680364430cf..ddff032c125c 100644 --- a/profiles/releases/23.0/make.defaults +++ b/profiles/releases/23.0/make.defaults @@ -1,14 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # See also # https://wiki.gentoo.org/wiki/Project:Toolchain/23.0_profile_transition -# This just makes sense nowadays, if only for distfiles... -USE="lzma zstd" - # make sure toolchain has sane defaults <toolchain@gentoo.org> -USE="${USE} openmp" +USE="openmp" # bug 818376 (only on specific arches) LDFLAGS="-Wl,-O1 -Wl,--as-needed" @@ -19,5 +16,5 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed" UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /bin /lib /lib32 /lib64 /libx32 /sbin /usr/sbin" UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /usr/lib/modules/*" -# needed for llvm profiles +# needed for llvm profiles, we may want to solve this in releng.git instead BOOTSTRAP_USE="${BOOTSTRAP_USE} zstd" diff --git a/profiles/releases/23.0/package.use b/profiles/releases/23.0/package.use new file mode 100644 index 000000000000..c7d461f9ed5d --- /dev/null +++ b/profiles/releases/23.0/package.use @@ -0,0 +1,11 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-04-10) +# We want the toolchain to use zstd compression for LTO objects and +# debug information +# +sys-devel/gcc zstd +sys-devel/binutils zstd +sys-devel/llvm zstd +sys-devel/lld zstd |