From: Chris Gianelloni Date: Tue, 20 Dec 2005 21:14:52 +0000 (+0000) Subject: Updated example specs with information on cflags/chost/cxxflags/ldflags in both stage... X-Git-Tag: CATALYST_2_0_6_916~503 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9e7cf660faa0a51a8c9b3ce1930c9a84cf25776b;p=catalyst.git Updated example specs with information on cflags/chost/cxxflags/ldflags in both stages 1 and 2. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@991 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index d47877cd..c9bdd1e8 100644 --- 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 + 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 modules/stage1_target.py, modules/stage2_target.py: diff --git a/examples/generic_stage_template.spec b/examples/generic_stage_template.spec index 3445791c..4094890c 100644 --- a/examples/generic_stage_template.spec +++ b/examples/generic_stage_template.spec @@ -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