diff options
author | Christian Heim <phreak@gentoo.org> | 2008-01-05 20:42:18 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-01-05 20:42:18 +0000 |
commit | cdbb475135b0ce9014733b701369b2d8466cd434 (patch) | |
tree | 44819f1e6766ec75dfb02539fafc11000e3dbfc6 | |
parent | Update the source_subpath, to actually pickup the old stage. (diff) | |
download | phreak-cdbb475135b0ce9014733b701369b2d8466cd434.tar.gz phreak-cdbb475135b0ce9014733b701369b2d8466cd434.tar.bz2 phreak-cdbb475135b0ce9014733b701369b2d8466cd434.zip |
Update the source_subpath, to actually pickup the old stage.
svn path=/; revision=388
-rw-r--r-- | catalyst/specs/glibc/x86/hardened/stage1.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalyst/specs/glibc/x86/hardened/stage1.spec b/catalyst/specs/glibc/x86/hardened/stage1.spec index 3ed214f..f1277ae 100644 --- a/catalyst/specs/glibc/x86/hardened/stage1.spec +++ b/catalyst/specs/glibc/x86/hardened/stage1.spec @@ -4,7 +4,7 @@ version_stamp: hardened-20080105 rel_type: default profile: hardened/x86/2.6 snapshot: 20080105 -source_subpath: stage3-x86-hardened-20080105 +source_subpath: stage3-x86-hardened-20080101 chost: i486-pc-linux-gnu cflags: -mtune=i486 -O2 -pipe -fforce-addr cxxflags: -mtune=i486 -O2 -pipe -fforce-addr |