summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-25 05:24:31 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-25 05:24:31 +0100
commit4eda0fe5576868e6c7f97b51aa1c279ff8cd320c (patch)
treec0397a47938edbcb6e46e34fe4f0defa3e4db920 /profiles
parentb914cf9afa036a8ab23e8cb4cf7df1acd4a1bd44 (diff)
gentoo auto-resync : 25:09:2023 - 05:24:31
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin181219 -> 181221 bytes
-rw-r--r--profiles/updates/3Q-20231
-rw-r--r--profiles/use.local.desc6
3 files changed, 7 insertions, 0 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 1f350dc215eb..d741b0cab9b7 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/updates/3Q-2023 b/profiles/updates/3Q-2023
index ef8e5fcc232e..79b5f7ba979a 100644
--- a/profiles/updates/3Q-2023
+++ b/profiles/updates/3Q-2023
@@ -16,3 +16,4 @@ move dev-python/line_profiler dev-python/line-profiler
move dev-python/memory_profiler dev-python/memory-profiler
move dev-libs/paho-mqtt-c net-libs/paho-mqtt-c
move dev-lisp/ecls dev-lisp/ecl
+move sys-devel/ct-ng sys-devel/crosstool-ng
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index e32038c3e99a..84f4ea962e59 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -8134,6 +8134,12 @@ sys-devel/clang-runtime:sanitize - Enable compiler-rt sanitizer (-fsanitize*) su
sys-devel/clang-toolchain-symlinks:gcc-symlinks - Install symlinks for 'gcc' and 'g++' for extra compatibility.
sys-devel/clang-toolchain-symlinks:multilib-symlinks - Install symlinks for all ABI CHOSTs. Note that this can result in gcc being overrode for native builds, as well as conflict with crossdev if used for the same targets.
sys-devel/clang-toolchain-symlinks:native-symlinks - Install generic tool symlinks like 'cc' and 'c++', as well as ${CTARGET}-*. These symlinks are installed into slotted LLVM bindir, so they should not take precedence over symlinks installed into /usr/bin by sys-devel/gcc-config but they can be helpful for GCC-free setups.
+sys-devel/crosstool-ng:dtc - Require sys-apps/dtc
+sys-devel/crosstool-ng:lzip - Require app-arch/lzip
+sys-devel/crosstool-ng:meson - Require dev-util/meson
+sys-devel/crosstool-ng:ninja - Require dev-util/ninja
+sys-devel/crosstool-ng:rsync - Require net-misc/rsync
+sys-devel/crosstool-ng:wget - Require net-misc/wget
sys-devel/distcc:gssapi - Enable support for net-libs/libgssglue
sys-devel/gcc:ada - Build the ADA language (GNAT) frontend
sys-devel/gcc:cet - Enable support for Intel Control Flow Enforcement Technology (CET). Only effective on amd64/x86. Only provides benefits on newer CPUs. For Intel, the CPU must be at least as new as Tiger Lake. For AMD, it must be at least as new as Zen 3. This is harmless on older CPUs, but provides no benefit either. When combined with USE=hardened, GCC will set -fcf-protection by default when building software. The effect is minimal on systems which do not support it, other than a possible small increase in codesize for the NOPs. The generated code is therefore compatible with i686 at the earliest.