Removing chost from stage3, as catalyst stopped supporting it (chost is taken from the seed-stage).

svn path=/trunk/; revision=355
This commit is contained in:
Christian Heim 2007-10-12 21:06:50 +00:00
parent 3dd3930f08
commit 60055da1dc
3 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo/src/releng/specs/2007.1/ChangeLog,v 1.10 2007-10-12 20:48:05 phreak Exp $
# $Header: /var/cvsroot/gentoo/src/releng/specs/2007.1/ChangeLog,v 1.11 2007-10-12 21:06:49 phreak Exp $
12 Oct 2007; Christian Heim <phreak@gentoo.org>
x86/i686/hardened/stage3.spec, x86/i686/hardened/stage3.spec:
CHOST ain't supported in stage3 anymore.
12 Oct 2007; Christian Heim <phreak@gentoo.org>
x86/hardened/installcd-stage1.spec,

View file

@ -5,6 +5,5 @@ rel_type: default
profile: hardened/x86/2.6
snapshot: 2007.1
source_subpath: default/stage2-x86-hardened-2007.1
chost: i486-pc-linux-gnu
cflags: -mtune=i486 -O2 -pipe -fforce-addr
cxxflags: -mtune=i486 -O2 -pipe -fforce-addr

View file

@ -5,6 +5,5 @@ rel_type: default
profile: hardened/x86/2.6
snapshot: 2007.1
source_subpath: default/stage2-i686-hardened-2007.1
chost: i686-pc-linux-gnu
cflags: -mtune=i686 -O2 -pipe -fforce-addr
cxxflags: -mtune=i686 -O2 -pipe -fforce-addr