commit:     058b3ccb597a5b9a087cf3262f0a86155b52443e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 15:53:52 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 15:53:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058b3ccb

sys-devel/gcc: fix obsolete USE=jit warning

There's no slowdown anymore as we built libgccjit separately in 
toolchain.eclass.

Bug: https://bugs.gentoo.org/843341
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/gcc/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
index b6eef667b039..5aef84a21325 100644
--- a/sys-devel/gcc/metadata.xml
+++ b/sys-devel/gcc/metadata.xml
@@ -12,7 +12,7 @@
                <flag name="fixed-point">Enable fixed-point arithmetic support 
for MIPS targets in gcc (Warning: significantly increases compile time!)</flag>
                <flag name="go">Build the GCC Go language frontend.</flag>
                <flag name="graphite">Add support for the framework for loop 
optimizations based on a polyhedral intermediate representation</flag>
-               <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>
+               <flag name="jit">Enable libgccjit so other applications can 
embed gcc for Just-In-Time compilation.</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)</flag>
                <flag name="mpx">Enable support for Intel Memory Protection 
Extensions (MPX)</flag>

Reply via email to