Build a separate stage1-i686 for i686 stages

svn path=/trunk/; revision=634
This commit is contained in:
Andrew Gaffney 2009-05-10 04:04:05 +00:00
parent dc2193b780
commit 805d4b272a
3 changed files with 12 additions and 2 deletions

View file

@ -2,6 +2,10 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $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>
specs/alpha/installcd-stage1.spec, specs/amd64/installcd-stage1.spec,
specs/hppa/installcd-stage1.spec, specs/ia64/installcd-stage1.spec,

View 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

View file

@ -4,5 +4,4 @@ version_stamp: 2008.0
rel_type: default
profile: default/linux/x86/2008.0
snapshot: 2008.0
source_subpath: default/stage1-i486-2008.0
chost: i686-pc-linux-gnu
source_subpath: default/stage1-i686-2008.0