diff options
author | Christian Heim <phreak@gentoo.org> | 2008-01-05 14:04:55 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-01-05 14:04:55 +0000 |
commit | 49e7094de8649eb5e19cb66111b66b8c3ce44f65 (patch) | |
tree | 11dfcac48e75ba3ce169ab458d07f25f446145dd | |
parent | Changing the seed stage to a custom one (unpack 2006.1, emerge -1q sandbox pa... (diff) | |
download | phreak-49e7094de8649eb5e19cb66111b66b8c3ce44f65.tar.gz phreak-49e7094de8649eb5e19cb66111b66b8c3ce44f65.tar.bz2 phreak-49e7094de8649eb5e19cb66111b66b8c3ce44f65.zip |
Updating the snapshot date. Removing portage_overlay, as Spanky fixed stage1 for gcc in the tree. Modifying stage1 to be based on our last build.
svn path=/; revision=383
-rw-r--r-- | catalyst/specs/glibc/x86/hardened/stage1.spec | 5 | ||||
-rw-r--r-- | catalyst/specs/glibc/x86/hardened/stage2.spec | 2 | ||||
-rw-r--r-- | catalyst/specs/glibc/x86/hardened/stage3.spec | 2 | ||||
-rw-r--r-- | catalyst/specs/glibc/x86/i686/hardened/stage2.spec | 2 | ||||
-rw-r--r-- | catalyst/specs/glibc/x86/i686/hardened/stage3.spec | 2 |
5 files changed, 6 insertions, 7 deletions
diff --git a/catalyst/specs/glibc/x86/hardened/stage1.spec b/catalyst/specs/glibc/x86/hardened/stage1.spec index 20c0be3..97d9bfe 100644 --- a/catalyst/specs/glibc/x86/hardened/stage1.spec +++ b/catalyst/specs/glibc/x86/hardened/stage1.spec @@ -3,9 +3,8 @@ target: stage1 version_stamp: hardened-20080101 rel_type: default profile: hardened/x86/2.6 -snapshot: 20080101 -source_subpath: stage3-x86-hardened-2007.1 +snapshot: 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 -portage_overlay: /var/tmp/catalyst/portage_overlay/glibc diff --git a/catalyst/specs/glibc/x86/hardened/stage2.spec b/catalyst/specs/glibc/x86/hardened/stage2.spec index 9899351..e6c830f 100644 --- a/catalyst/specs/glibc/x86/hardened/stage2.spec +++ b/catalyst/specs/glibc/x86/hardened/stage2.spec @@ -3,7 +3,7 @@ target: stage2 version_stamp: hardened-20080101 rel_type: default profile: hardened/x86/2.6 -snapshot: 20080101 +snapshot: 20080105 source_subpath: default/stage1-x86-hardened-20080101 chost: i486-pc-linux-gnu cflags: -mtune=i486 -O2 -pipe -fforce-addr diff --git a/catalyst/specs/glibc/x86/hardened/stage3.spec b/catalyst/specs/glibc/x86/hardened/stage3.spec index 7f61c8e..1a152ce 100644 --- a/catalyst/specs/glibc/x86/hardened/stage3.spec +++ b/catalyst/specs/glibc/x86/hardened/stage3.spec @@ -3,7 +3,7 @@ target: stage3 version_stamp: hardened-20080101 rel_type: default profile: hardened/x86/2.6 -snapshot: 20080101 +snapshot: 20080105 source_subpath: default/stage2-x86-hardened-20080101 cflags: -mtune=i486 -O2 -pipe -fforce-addr cxxflags: -mtune=i486 -O2 -pipe -fforce-addr diff --git a/catalyst/specs/glibc/x86/i686/hardened/stage2.spec b/catalyst/specs/glibc/x86/i686/hardened/stage2.spec index c7eafc6..1273abd 100644 --- a/catalyst/specs/glibc/x86/i686/hardened/stage2.spec +++ b/catalyst/specs/glibc/x86/i686/hardened/stage2.spec @@ -3,7 +3,7 @@ target: stage2 version_stamp: hardened-20080101 rel_type: default profile: hardened/x86/2.6 -snapshot: 20080101 +snapshot: 20080105 source_subpath: default/stage1-x86-hardened-20080101 chost: i686-pc-linux-gnu cflags: -mtune=i686 -O2 -pipe -fforce-addr diff --git a/catalyst/specs/glibc/x86/i686/hardened/stage3.spec b/catalyst/specs/glibc/x86/i686/hardened/stage3.spec index 29ad75d..e4712b2 100644 --- a/catalyst/specs/glibc/x86/i686/hardened/stage3.spec +++ b/catalyst/specs/glibc/x86/i686/hardened/stage3.spec @@ -3,7 +3,7 @@ target: stage3 version_stamp: hardened-20080101 rel_type: default profile: hardened/x86/2.6 -snapshot: 20080101 +snapshot: 20080105 source_subpath: default/stage2-i686-hardened-20080101 cflags: -mtune=i686 -O2 -pipe -fforce-addr cxxflags: -mtune=i686 -O2 -pipe -fforce-addr |