Updated example specs with information on cflags/chost/cxxflags/ldflags in both stage...
authorChris Gianelloni <wolf31o2@gentoo.org>
Tue, 20 Dec 2005 21:14:52 +0000 (21:14 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Tue, 20 Dec 2005 21:14:52 +0000 (21:14 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@991 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
examples/generic_stage_template.spec

index d47877cdc42bfea3442d8dfdd6ea2059bd9c2e9a..c9bdd1e8eeceb5e3446040c4be6141d189f3a495 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.478 2005/12/20 20:53:49 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.479 2005/12/20 21:14:52 wolf31o2 Exp $
+
+  20 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+  examples/generic_stage_template.spec:
+  Updated example specs with information on cflags/chost/cxxflags/ldflags in
+  both stages 1 and 2.
 
   20 Dec 2005; Eric Edgar <rocket@gentoo.org> modules/stage1_target.py,
   modules/stage2_target.py:
index 3445791c445e1b78313e9326497e0efec34890aa..4094890c415940362e591ce3ffd4e09ca17ba5b3 100644 (file)
@@ -59,8 +59,11 @@ distcc_hosts:
 # portage_confdir: /etc/portage
 portage_confdir:
 
-# These options are only available when building a stage2 target and are all
-# optional.  These allow for emulating the changes possible during a bootstrap.
+# These options are only available when building a stage1 or stage2 target and
+# are all optional.  These allow for emulating the changes possible during ai
+# bootstrap.  Some possible uses of these would be building embedded stages
+# requiring a different CHOST or building a stage2 with NPTL support from a
+# stage1 tarball that is built without it.
 # 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