diff options
author | Christian Heim <phreak@gentoo.org> | 2008-02-12 17:21:32 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-02-12 17:21:32 +0000 |
commit | 9be3172f4484bc409e32cc6ded0d3698a3a605f0 (patch) | |
tree | f32f3a4118a8070f2dd759eb7776d937c8dbd7d1 | |
parent | Updating the specs for the 2008.0 pre runs. (diff) | |
download | phreak-9be3172f4484bc409e32cc6ded0d3698a3a605f0.tar.gz phreak-9be3172f4484bc409e32cc6ded0d3698a3a605f0.tar.bz2 phreak-9be3172f4484bc409e32cc6ded0d3698a3a605f0.zip |
Updating the stage1 source_subpath.
svn path=/; revision=403
-rw-r--r-- | catalyst/specs/glibc/amd64/hardened/nomultilib/stage1.spec | 2 | ||||
-rw-r--r-- | catalyst/specs/glibc/amd64/hardened/stage1.spec | 2 | ||||
-rw-r--r-- | catalyst/specs/glibc/x86/hardened/stage1.spec | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/catalyst/specs/glibc/amd64/hardened/nomultilib/stage1.spec b/catalyst/specs/glibc/amd64/hardened/nomultilib/stage1.spec index 71bd7e9..056d8d7 100644 --- a/catalyst/specs/glibc/amd64/hardened/nomultilib/stage1.spec +++ b/catalyst/specs/glibc/amd64/hardened/nomultilib/stage1.spec @@ -4,6 +4,6 @@ version_stamp: hardened+nomultilib-2008.0_pre rel_type: default profile: hardened/amd64 snapshot: 2008.0 -source_subpath: stage3-amd64-hardened+nomultilib-2007.0 +source_subpath: stage3-amd64-hardened-2007.0 cflags: -O2 -pipe -fforce-addr cxxflags: -O2 -pipe -fforce-addr diff --git a/catalyst/specs/glibc/amd64/hardened/stage1.spec b/catalyst/specs/glibc/amd64/hardened/stage1.spec index 6878a41..7b72d05 100644 --- a/catalyst/specs/glibc/amd64/hardened/stage1.spec +++ b/catalyst/specs/glibc/amd64/hardened/stage1.spec @@ -4,6 +4,6 @@ version_stamp: hardened-2008.0_pre rel_type: default profile: hardened/amd64/multilib snapshot: 2008.0 -source_subpath: stage3-amd64-hardened-2007.0 +source_subpath: stage3-amd64-hardened-multilib-2007.0 cflags: -O2 -pipe -fforce-addr cxxflags: -O2 -pipe -fforce-addr diff --git a/catalyst/specs/glibc/x86/hardened/stage1.spec b/catalyst/specs/glibc/x86/hardened/stage1.spec index c81f935..2200663 100644 --- a/catalyst/specs/glibc/x86/hardened/stage1.spec +++ b/catalyst/specs/glibc/x86/hardened/stage1.spec @@ -4,7 +4,7 @@ version_stamp: hardened-2008.0_pre rel_type: default profile: hardened/x86/2.6 snapshot: 2008.0 -source_subpath: stage3-x86-hardened-2007.0 +source_subpath: stage3-x86-hardened-2.6-2007.0 chost: i486-pc-linux-gnu cflags: -mtune=i486 -O2 -pipe -fforce-addr cxxflags: -mtune=i486 -O2 -pipe -fforce-addr |