diff options
author | Christian Heim <phreak@gentoo.org> | 2008-01-06 08:41:40 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-01-06 08:41:40 +0000 |
commit | 3dc0c93711e5a95e4a94ebfb873d28f7b7acc268 (patch) | |
tree | 7358fec7ed8d1d2ae76990fddf4a4dad812a19b5 | |
parent | Update the source_subpath, to actually pickup the old stage. (diff) | |
download | phreak-3dc0c93711e5a95e4a94ebfb873d28f7b7acc268.tar.gz phreak-3dc0c93711e5a95e4a94ebfb873d28f7b7acc268.tar.bz2 phreak-3dc0c93711e5a95e4a94ebfb873d28f7b7acc268.zip |
Fix the source_subpath for stage1. Update cflags/cxxflags for hardened/stage1
svn path=/; revision=389
-rw-r--r-- | catalyst/specs/uclibc/x86/hardened/stage1.spec | 4 | ||||
-rw-r--r-- | catalyst/specs/uclibc/x86/stage1.spec | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/catalyst/specs/uclibc/x86/hardened/stage1.spec b/catalyst/specs/uclibc/x86/hardened/stage1.spec index c6ebe67..d72458b 100644 --- a/catalyst/specs/uclibc/x86/hardened/stage1.spec +++ b/catalyst/specs/uclibc/x86/hardened/stage1.spec @@ -5,8 +5,8 @@ rel_type: default profile: uclibc/x86/hardened snapshot: 20080105 source_subpath: stage3-x86-uclibc-20080101 -cflags: -Os -pipe -cxxflags: -Os -pipe +cflags: -Os -mtune=i386 -pipe +cxxflags: -Os -mtune=i386 -pipe ldflags: -Wl,-z,relro chost: i386-gentoo-linux-uclibc portage_confdir: /var/tmp/catalyst/portage_confdir/uclibc diff --git a/catalyst/specs/uclibc/x86/stage1.spec b/catalyst/specs/uclibc/x86/stage1.spec index c40019a..fe14873 100644 --- a/catalyst/specs/uclibc/x86/stage1.spec +++ b/catalyst/specs/uclibc/x86/stage1.spec @@ -4,7 +4,7 @@ version_stamp: uclibc-20080105 rel_type: default profile: uclibc/x86 snapshot: 20080105 -source_subpath: stage3-x86-uclibc-20080105 +source_subpath: stage3-x86-uclibc-20080101 cflags: -Os -mtune=i386 -pipe cxxflags: -Os -mtune=i386 -pipe ldflags: -Wl,-z,relro |