diff options
-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 |