Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/gcc/
Date: Mon, 21 Jun 2021 05:59:38
Message-Id: 1624254944.20316bfb74af37854e231a03af5c6501ca47b20e.sam@gentoo
1 commit: 20316bfb74af37854e231a03af5c6501ca47b20e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 05:55:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 05:55:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=20316bfb
7
8 sys-devel/gcc: fix metadata.xml
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-devel/gcc/metadata.xml | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
16 index bebbcd1011..666aee2a93 100644
17 --- a/sys-devel/gcc/metadata.xml
18 +++ b/sys-devel/gcc/metadata.xml
19 @@ -11,7 +11,7 @@
20 (AWT) peer support on top of GTK+</flag>
21 <flag name="cilk">Support the Cilk Plus language (C/C++ based languages for parallel programming)</flag>
22 <flag name="d">Enable support for the D programming language</flag>
23 - <flag name="fixed-point">Enable fixed-point arithmetic support for MIPS targets
24 + <flag name="fixed-point">Enable fixed-point arithmetic support for MIPS targets
25 in gcc (Warning: significantly increases compile time!)</flag>
26 <flag name="gcj">Build the GCJ Java language frontend.</flag>
27 <flag name="go">Build the GCC Go language frontend.</flag>
28 @@ -23,8 +23,8 @@
29 code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES)</flag>
30 <flag name="lto">Build using Link Time Optimizations (LTO)</flag>
31 <flag name="mpx">Enable support for Intel Memory Protection Extensions (MPX)</flag>
32 - <flag name="nopie">Disable PIE support (NOT FOR GENERAL USE)</flag>
33 - <flag name="nossp">Disable SSP support (NOT FOR GENERAL USE)</flag>
34 + <flag name="nopie">Disable PIE support (NOT FOR GENERAL USE)</flag>
35 + <flag name="nossp">Disable SSP support (NOT FOR GENERAL USE)</flag>
36 <flag name="nptl">Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually)</flag>
37 <flag name="objc">Build support for the Objective C code language</flag>
38 <flag name="objc++">Build support for the Objective C++ language</flag>