From c0c91b80ba24c7f8e4721cbb2ea64d73d8506fbf Mon Sep 17 00:00:00 2001 From: Sven Vermeulen Date: Sun, 20 Aug 2006 14:00:29 +0000 Subject: Some more svn path=/; revision=7 --- content/xml/simple-faqs.xml | 77 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/content/xml/simple-faqs.xml b/content/xml/simple-faqs.xml index 94efc71..29d13ca 100644 --- a/content/xml/simple-faqs.xml +++ b/content/xml/simple-faqs.xml @@ -51,4 +51,81 @@ + + What is the CFLAGS variable for? + + swift + + + CFLAGS + make.conf + Portage + + + +

+ The CFLAGS variable contains flags that you want to pass on to your compiler + when it is building C programs. These flags can contain optimizations that + you wish to use. Please use sane settings as overoptimizations have an + average effect. See /etc/make.conf.examples for examples and sane defaults. +

+ +

+ For more information on the possible flags, see the "Invoking GCC" chapter + of the online GCC documentation at gcc.gnu.org. +

+ +
+
+ + + What is the CONFIG_PROTECT variable for? + + swift + + + make.conf + Portage + + +

+ The CONFIG_PROTECT variable is a variable you can define in + /etc/make.conf. It contains a space-delimited list of directories that + will be protected by Portage' configuration file protection. +

+ +

+ For more information, consult the Gentoo + Handbook +

+ +
+
+ + + What is the CONFIG_PROTECT_MAKE variable for? + + swift + + + make.conf + Portage + + +

+ With the CONFIG_PROTECT_MAKE variable, which you can set in + /etc/make.conf, you can have a space-delimited list of directories which + should not be protected by Portage's configuration file protection but are + currently protected because their parent directories are. +

+ +

+ For more information, consult the Gentoo + Handbook. +

+
+
-- cgit v1.2.3-65-gdbad