Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/
Date: Tue, 27 Sep 2022 15:56:38
Message-Id: 1664294032.058b3ccb597a5b9a087cf3262f0a86155b52443e.sam@gentoo
1 commit: 058b3ccb597a5b9a087cf3262f0a86155b52443e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 15:53:52 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 15:53:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058b3ccb
7
8 sys-devel/gcc: fix obsolete USE=jit warning
9
10 There's no slowdown anymore as we built libgccjit separately in toolchain.eclass.
11
12 Bug: https://bugs.gentoo.org/843341
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sys-devel/gcc/metadata.xml | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
19 index b6eef667b039..5aef84a21325 100644
20 --- a/sys-devel/gcc/metadata.xml
21 +++ b/sys-devel/gcc/metadata.xml
22 @@ -12,7 +12,7 @@
23 <flag name="fixed-point">Enable fixed-point arithmetic support for MIPS targets in gcc (Warning: significantly increases compile time!)</flag>
24 <flag name="go">Build the GCC Go language frontend.</flag>
25 <flag name="graphite">Add support for the framework for loop optimizations based on a polyhedral intermediate representation</flag>
26 - <flag name="jit">Enable libgccjit so other applications can embed gcc for Just-In-Time compilation. This will slow down the compiler a bit as it forces all of the toolchain to be shared libs.</flag>
27 + <flag name="jit">Enable libgccjit so other applications can embed gcc for Just-In-Time compilation.</flag>
28 <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>
29 <flag name="lto">Build using Link Time Optimizations (LTO)</flag>
30 <flag name="mpx">Enable support for Intel Memory Protection Extensions (MPX)</flag>