diff options
author | Christian Heim <phreak@gentoo.org> | 2008-03-14 17:00:32 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-03-14 17:00:32 +0000 |
commit | 93d4206a84335ce58ec7b69730384261e6752499 (patch) | |
tree | cdca1e29423308d5f224067f3aaaceed3133e34e | |
parent | Use the right source_subpath w/ stage2/3. (diff) | |
download | phreak-93d4206a84335ce58ec7b69730384261e6752499.tar.gz phreak-93d4206a84335ce58ec7b69730384261e6752499.tar.bz2 phreak-93d4206a84335ce58ec7b69730384261e6752499.zip |
the no-multilib specs also needs the _beta1 changes.
svn path=/; revision=409
3 files changed, 8 insertions, 8 deletions
diff --git a/catalyst/specs/glibc/amd64/hardened/no-multilib/stage1.spec b/catalyst/specs/glibc/amd64/hardened/no-multilib/stage1.spec index 9fc3cd6..c43b851 100644 --- a/catalyst/specs/glibc/amd64/hardened/no-multilib/stage1.spec +++ b/catalyst/specs/glibc/amd64/hardened/no-multilib/stage1.spec @@ -1,8 +1,8 @@ subarch: amd64 target: stage1 -version_stamp: hardened+nomultilib-2008.0_pre +version_stamp: hardened+nomultilib-2008.0_beta1 rel_type: default -profile: hardened/linux/amd64/2008.0/nomultilib +profile: hardened/linux/amd64/2008.0/no-multilib snapshot: 2008.0_beta1 source_subpath: stage3-amd64-hardened-2007.0 cflags: -O2 -pipe -fforce-addr diff --git a/catalyst/specs/glibc/amd64/hardened/no-multilib/stage2.spec b/catalyst/specs/glibc/amd64/hardened/no-multilib/stage2.spec index 6805997..305a2d5 100644 --- a/catalyst/specs/glibc/amd64/hardened/no-multilib/stage2.spec +++ b/catalyst/specs/glibc/amd64/hardened/no-multilib/stage2.spec @@ -1,9 +1,9 @@ subarch: amd64 target: stage2 -version_stamp: hardened+nomultilib-2008.0_pre +version_stamp: hardened+nomultilib-2008.0_beta1 rel_type: default -profile: hardened/linux/amd64/2008.0/nomultilib +profile: hardened/linux/amd64/2008.0/no-multilib snapshot: 2008.0_beta1 -source_subpath: default/stage1-amd64-hardened+nomultilib-2008.0_pre +source_subpath: default/stage1-amd64-hardened+nomultilib-2008.0_beta1 cflags: -O2 -pipe -fforce-addr cxxflags: -O2 -pipe -fforce-addr diff --git a/catalyst/specs/glibc/amd64/hardened/no-multilib/stage3.spec b/catalyst/specs/glibc/amd64/hardened/no-multilib/stage3.spec index 010b0bc..96431fa 100644 --- a/catalyst/specs/glibc/amd64/hardened/no-multilib/stage3.spec +++ b/catalyst/specs/glibc/amd64/hardened/no-multilib/stage3.spec @@ -1,9 +1,9 @@ subarch: amd64 target: stage3 -version_stamp: hardened+nomultilib-2008.0_pre +version_stamp: hardened+nomultilib-2008.0_beta1 rel_type: default -profile: hardened/linux/amd64/2008.0/nomultilib +profile: hardened/linux/amd64/2008.0/no-multilib snapshot: 2008.0_beta1 -source_subpath: default/stage2-amd64-hardened+nomultilib-2008.0_pre +source_subpath: default/stage2-amd64-hardened+nomultilib-2008.0_beta1 cflags: -O2 -pipe -fforce-addr cxxflags: -O2 -pipe -fforce-addr |