diff options
author | Sam James <sam@gentoo.org> | 2024-12-02 01:37:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-02 01:38:36 +0000 |
commit | 395166713e5f118988b25b9476e36cddb6fb0fbb (patch) | |
tree | 23b364b26667cb44c3e25f64991a7276228b2f9c /sys-devel | |
parent | app-shells/fish: drop 3.4.0, 3.6.1 (diff) | |
download | gentoo-395166713e5f118988b25b9476e36cddb6fb0fbb.tar.gz gentoo-395166713e5f118988b25b9476e36cddb6fb0fbb.tar.bz2 gentoo-395166713e5f118988b25b9476e36cddb6fb0fbb.zip |
toolchain.eclass: rename libdiagnostics -> libgdiagnostics
This was only added last week so no transition/compatibility stuff here.
It was renamed upstream because Debian reported a library called libdiagnostics
already existed.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml index eeb3aa4d7aa0..9b51b891ae5e 100644 --- a/sys-devel/gcc/metadata.xml +++ b/sys-devel/gcc/metadata.xml @@ -77,7 +77,7 @@ <flag name="graphite">Add support for the framework for loop optimizations based on a polyhedral intermediate representation</flag> <flag name="ieee-long-double">Use accelerated 128-bit IEEE long double ABI (ppc64le only)</flag> <flag name="jit">Enable libgccjit so other applications can embed gcc for Just-In-Time compilation.</flag> - <flag name="libdiagnostics">Provide libdiagnostics (https://gcc.gnu.org/wiki/libdiagnostics). This also installs the 'sarif-replay' tool.</flag> + <flag name="libgdiagnostics">Provide libgdiagnostics (https://gcc.gnu.org/wiki/libgdiagnostics). This also installs the 'sarif-replay' tool.</flag> <flag name="libssp">Build SSP support into a dedicated library rather than use the code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES)</flag> <flag name="lto"> Build using Link Time Optimizations (LTO). |