aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-12-13 22:52:21 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-12-13 22:52:21 +0000
commite8b17c9093a3591a4f1ab3c9098ad12f5890a43e (patch)
tree20fe7a4e56147a3b09a18d9368d226467b048e27 /examples
parentSilence more of portages beeps and clicks and whistles (diff)
downloadcatalyst-e8b17c9093a3591a4f1ab3c9098ad12f5890a43e.tar.gz
catalyst-e8b17c9093a3591a4f1ab3c9098ad12f5890a43e.tar.bz2
catalyst-e8b17c9093a3591a4f1ab3c9098ad12f5890a43e.zip
Changed example specs to match that cflags/cxxflags/chost/ldflags are now only configurable when building a stage2 tarball, to match the current state of portage. This is 2.0_rc9.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@967 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'examples')
-rw-r--r--examples/generic_stage_template.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/generic_stage_template.spec b/examples/generic_stage_template.spec
index 10b7851d..3445791c 100644
--- a/examples/generic_stage_template.spec
+++ b/examples/generic_stage_template.spec
@@ -59,8 +59,9 @@ distcc_hosts:
# portage_confdir: /etc/portage
portage_confdir:
-# These options are only available when building a stage1 target and are all
-# optional.
+# These options are only available when building a stage2 target and are all
+# optional. These allow for emulating the changes possible during a bootstrap.
+# If left blank, then the catalyst defaults from arch.py are used.
# This option is used to change the CHOST from what is default in the profile
# to whatever you specify. This is useful for building NPTL, for example.