commit: 3b71bde2bb01565d0f0942da0620fbbacef8ad54
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 00:23:42 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 00:23:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b71bde2
sys-devel/gcc: document new useflags
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-devel/gcc/metadata.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
index 5aef84a21325..7277b7cace85 100644
--- a/sys-devel/gcc/metadata.xml
+++ b/sys-devel/gcc/metadata.xml
@@ -9,6 +9,8 @@
<flag name="ada">Build the ADA language (GNAT) frontend</flag>
<flag name="cet" restrict=">=sys-devel/gcc-10">Enable
support for Intel Control Flow Enforcement Technology (CET)</flag>
<flag name="d">Enable support for the D programming
language</flag>
+ <flag name="default-stack-clash-protection">Build packages with
stack clash protection on by default</flag>
+ <flag name="default-znow">Request full relocation on start from
ld.so by default</flag>
<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>