Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/pic/
Date: Wed, 12 Jan 2022 06:34:09
Message-Id: 1641968934.21ba10234bad70c26b9a9be864409b2758c8c7be.ulm@gentoo
1 commit: 21ba10234bad70c26b9a9be864409b2758c8c7be
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 12 04:48:32 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 12 06:28:54 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=21ba1023
7
8 general-concepts/pic: capitalise IRC; use <c> tags on IRC channel/ML/arch name
9
10 We use such tags elsewhere for IRC channels already.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 general-concepts/pic/text.xml | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/general-concepts/pic/text.xml b/general-concepts/pic/text.xml
19 index 4c0613c..44e97bd 100644
20 --- a/general-concepts/pic/text.xml
21 +++ b/general-concepts/pic/text.xml
22 @@ -5,9 +5,9 @@
23
24 <body>
25 <p>
26 -On some architectures, shared libraries must be built with -fPIC. On x86 and others, shared libraries may build without -fPIC. This can be wasteful and potentially cause a performance hit.
27 +On some architectures, shared libraries must be built with -fPIC. On <c>x86</c> and others, shared libraries may build without -fPIC. This can be wasteful and potentially cause a performance hit.
28 </p>
29 -<p>If you encounter a package that is not building shared libraries with -fPIC, patch the Makefile to build only the shared libraries with -fPIC. More information on PIC is available at the <uri link="https://wiki.gentoo.org/wiki/Project:Hardened/Position_Independent_Code_internals">PIC internals</uri> wiki page. If you are unsure, please ask in a public developer forum (like the gentoo-dev mailing list or #gentoo-dev irc channel) for help.
30 +<p>If you encounter a package that is not building shared libraries with -fPIC, patch the Makefile to build only the shared libraries with -fPIC. More information on PIC is available at the <uri link="https://wiki.gentoo.org/wiki/Project:Hardened/Position_Independent_Code_internals">PIC internals</uri> wiki page. If you are unsure, please ask in a public developer forum (like the <c>gentoo-dev</c> mailing list or <c>#gentoo-dev</c> IRC channel) for help.
31 </p>
32 </body>