diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2007-12-16 19:36:12 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2007-12-16 19:36:12 +0000 |
commit | cb27b10358dfcc3124f7568b2e8c21d314f09588 (patch) | |
tree | bee15a1d29a6ce7b26fd2aa6efdd222ac7b9fa05 /archs | |
parent | Fix the fperms and fowners descriptions; bug #177595 (diff) | |
download | devmanual-cb27b10358dfcc3124f7568b2e8c21d314f09588.tar.gz devmanual-cb27b10358dfcc3124f7568b2e8c21d314f09588.tar.bz2 devmanual-cb27b10358dfcc3124f7568b2e8c21d314f09588.zip |
Fixed the fPIC description so it doesn't say it causes a drastic slowdown now;
bug #183179
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@113 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'archs')
-rw-r--r-- | archs/amd64/text.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archs/amd64/text.xml b/archs/amd64/text.xml index 4335efc..801e0ef 100644 --- a/archs/amd64/text.xml +++ b/archs/amd64/text.xml @@ -70,8 +70,8 @@ doesn't help upstream at all. <p> Another bad idea is to (ab)use <c>append-flags</c> function from -<c>flag-o-matic.eclass</c>. Applying <c>-fPIC</c> on all objects will slow down the -binaries in a drastic way. +<c>flag-o-matic.eclass</c>. Applying <c>-fPIC</c> on all objects should not be +done. It should only be applied to shared objects. </p> </body> |