summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2022-12-23 07:47:07 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2022-12-23 07:47:07 +0000
commit0be5bb8cee09a5b31aab07fcd0ac4bf4fc5945c4 (patch)
treecabbc8025a7bf19bed6c5bd9dedd1a9d5010b1b0 /profiles
parentMerge updates from master (diff)
downloadgentoo-0be5bb8cee09a5b31aab07fcd0ac4bf4fc5945c4.tar.gz
gentoo-0be5bb8cee09a5b31aab07fcd0ac4bf4fc5945c4.tar.bz2
gentoo-0be5bb8cee09a5b31aab07fcd0ac4bf4fc5945c4.zip
2022-12-23 07:47:07 UTC
Diffstat (limited to 'profiles')
-rw-r--r--profiles/use.local.desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 1bb62f5f0b1e..2a4038855292 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -8164,11 +8164,11 @@ sys-devel/clang:default-compiler-rt - Use compiler-rt instead of libgcc as the d
sys-devel/clang:default-libcxx - Use libc++ instead of libstdc++ as the default stdlib for clang
sys-devel/clang:default-lld - Use lld as the default linker for clang
sys-devel/clang:extra - Build extra tools (clangd, clang-tidy and a few more)
+sys-devel/clang:ieee-long-double - Use accelerated 128-bit IEEE long double ABI (ppc64le only)
sys-devel/clang:static-analyzer - Install the Clang static analyzer
sys-devel/clang-common:default-compiler-rt - Use compiler-rt + libunwind instead of libgcc as the default rtlib for clang
sys-devel/clang-common:default-libcxx - Use libc++ instead of libstdc++ as the default stdlib for clang
sys-devel/clang-common:default-lld - Use lld as the default linker for clang
-sys-devel/clang-common:ieee-long-double - Use accelerated 128-bit IEEE long double ABI (ppc64le only)
sys-devel/clang-common:stricter - Default to stricter behavior known from newer clang versions, turning more warnings into errors
sys-devel/clang-runtime:compiler-rt - Install sys-libs/compiler-rt for -rtlib=compiler-rt
sys-devel/clang-runtime:libcxx - Install sys-libs/libcxx for -stdlib=libc++