Build a separate stage1-i686 for i686 stages
svn path=/trunk/; revision=634
This commit is contained in:
parent
dc2193b780
commit
805d4b272a
3 changed files with 12 additions and 2 deletions
|
@ -2,6 +2,10 @@
|
||||||
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
|
10 May 2009; Andrew Gaffney <agaffney@gentoo.org>
|
||||||
|
+specs/x86/i686/stage1.spec, specs/x86/i686/stage2.spec:
|
||||||
|
Build a separate stage1-i686 for i686 stages
|
||||||
|
|
||||||
09 May 2009; Andrew Gaffney <agaffney@gentoo.org>
|
09 May 2009; Andrew Gaffney <agaffney@gentoo.org>
|
||||||
specs/alpha/installcd-stage1.spec, specs/amd64/installcd-stage1.spec,
|
specs/alpha/installcd-stage1.spec, specs/amd64/installcd-stage1.spec,
|
||||||
specs/hppa/installcd-stage1.spec, specs/ia64/installcd-stage1.spec,
|
specs/hppa/installcd-stage1.spec, specs/ia64/installcd-stage1.spec,
|
||||||
|
|
7
releases/weekly/specs/x86/i686/stage1.spec
Normal file
7
releases/weekly/specs/x86/i686/stage1.spec
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
subarch: i686
|
||||||
|
target: stage1
|
||||||
|
version_stamp: 2008.0
|
||||||
|
rel_type: default
|
||||||
|
profile: default/linux/x86/2008.0
|
||||||
|
snapshot: 2008.0
|
||||||
|
source_subpath: default/stage3-x86-2008.0
|
|
@ -4,5 +4,4 @@ version_stamp: 2008.0
|
||||||
rel_type: default
|
rel_type: default
|
||||||
profile: default/linux/x86/2008.0
|
profile: default/linux/x86/2008.0
|
||||||
snapshot: 2008.0
|
snapshot: 2008.0
|
||||||
source_subpath: default/stage1-i486-2008.0
|
source_subpath: default/stage1-i686-2008.0
|
||||||
chost: i686-pc-linux-gnu
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue