summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2006-08-20 14:25:03 +0000
committerSven Vermeulen <swift@gentoo.org>2006-08-20 14:25:03 +0000
commit61ec6d200d8b56c180a90699afeaba19c90fde27 (patch)
treeb9042b2ebcac650646745f471847795d7fd8dfb0 /content/xml/simple-faqs.xml
parentSome more (diff)
downloadkbase-61ec6d200d8b56c180a90699afeaba19c90fde27.tar.gz
kbase-61ec6d200d8b56c180a90699afeaba19c90fde27.tar.bz2
kbase-61ec6d200d8b56c180a90699afeaba19c90fde27.zip
svn path=/; revision=8
Diffstat (limited to 'content/xml/simple-faqs.xml')
-rw-r--r--content/xml/simple-faqs.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/content/xml/simple-faqs.xml b/content/xml/simple-faqs.xml
index 29d13ca..6568043 100644
--- a/content/xml/simple-faqs.xml
+++ b/content/xml/simple-faqs.xml
@@ -128,4 +128,51 @@
</p>
</solution>
</faq>
+
+ <faq>
+ <title>What is the CXXFLAGS variable for?</title>
+ <maintainers>
+ <dev>swift</dev>
+ </maintainers>
+ <keywords>
+ <key>make.conf</key>
+ <key>Portage</key>
+ </keywords>
+ <solution>
+ <p>
+ The CXXFLAGS variable contains the flags you want to pass your compiler
+ when it is building C++ programs. These flags can contain optimizations
+ that you wish to use.
+ </p>
+
+ <p>
+ Please use sane settings as overoptimizations have an average effect. See
+ /etc/make.conf.examples for examples and sane defaults. For more
+ information about the possible flags, consult the <uri
+ link="http://gcc.gnu.org">GCC</uri> online documentation. More
+ specifically, the chapter on "Invoking GCC".
+ </p>
+ </solution>
+ </faq>
+
+ <faq>
+ <title>What is the FEATURES variable for?</title>
+ <maintainers>
+ <dev>swift</dev>
+ </maintainers>
+ <keywords>
+ <key>make.conf</key>
+ <key>Portage</key>
+ </keywords>
+ <solution>
+ <p>
+ The FEATURES variable is a variable you can set in /etc/make.conf. See the
+ <uri
+ link="http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&amp;chap=3">Gentoo
+ Handbook</uri> for a sum up of possible features you can (de)activate
+ using this variable. Also see the make.conf manual page.
+ </p>
+ </solution>
+ </faq>
+
</faqs>