Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/
Date: Mon, 22 Oct 2018 19:37:27
Message-Id: 1540237035.9939f6c817f67c9f424cd763a098c6ad13878012.mgorny@gentoo
1 commit: 9939f6c817f67c9f424cd763a098c6ad13878012
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 22 19:34:33 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 19:37:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9939f6c8
7
8 sys-devel/gcc: Make USE=boundschecking a local flag
9
10 Acked-by: Matthias Maier <tamiko <AT> gentoo.org>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sys-devel/gcc/metadata.xml | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
17 index 51f143604eb..d70e7213148 100644
18 --- a/sys-devel/gcc/metadata.xml
19 +++ b/sys-devel/gcc/metadata.xml
20 @@ -8,6 +8,8 @@
21 <use>
22 <flag name="awt">Useful only when building GCJ, this enables Abstract Window Toolkit
23 (AWT) peer support on top of GTK+</flag>
24 + <flag name="boundschecking">Add the bounds checking patch by Haj Ten Brugge,
25 + this will DISABLE the hardened PIE+SSP patches</flag>
26 <flag name="cilk">Support the Cilk Plus language (C/C++ based languages for parallel programming)</flag>
27 <flag name="d">Enable support for the D programming language</flag>
28 <flag name="fixed-point">Enable fixed-point arithmetic support for MIPS targets