summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-10-22 21:34:33 +0200
committerMichał Górny <mgorny@gentoo.org>2018-10-22 21:37:15 +0200
commit9939f6c817f67c9f424cd763a098c6ad13878012 (patch)
tree42475864cc579b494e8954dc06ede97a42689e69 /sys-devel/gcc
parentnet-p2p/gtk-gnutella: remove extra blank line (diff)
downloadgentoo-9939f6c817f67c9f424cd763a098c6ad13878012.tar.gz
gentoo-9939f6c817f67c9f424cd763a098c6ad13878012.tar.bz2
gentoo-9939f6c817f67c9f424cd763a098c6ad13878012.zip
sys-devel/gcc: Make USE=boundschecking a local flag
Acked-by: Matthias Maier <tamiko@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r--sys-devel/gcc/metadata.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
index 51f143604eba..d70e72131488 100644
--- a/sys-devel/gcc/metadata.xml
+++ b/sys-devel/gcc/metadata.xml
@@ -8,6 +8,8 @@
<use>
<flag name="awt">Useful only when building GCJ, this enables Abstract Window Toolkit
(AWT) peer support on top of GTK+</flag>
+ <flag name="boundschecking">Add the bounds checking patch by Haj Ten Brugge,
+ this will DISABLE the hardened PIE+SSP patches</flag>
<flag name="cilk">Support the Cilk Plus language (C/C++ based languages for parallel programming)</flag>
<flag name="d">Enable support for the D programming language</flag>
<flag name="fixed-point">Enable fixed-point arithmetic support for MIPS targets