diff options
author | Christian Heim <phreak@gentoo.org> | 2008-01-06 13:25:27 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-01-06 13:25:27 +0000 |
commit | 929b2094d15550aa22cfd87dbb71f0c5de8be2db (patch) | |
tree | ae303b10ecdc2d049420ec2e27ff2241a22d8d6a | |
parent | Fix the source_subpath for stage1. Update cflags/cxxflags for hardened/stage1 (diff) | |
download | phreak-929b2094d15550aa22cfd87dbb71f0c5de8be2db.tar.gz phreak-929b2094d15550aa22cfd87dbb71f0c5de8be2db.tar.bz2 phreak-929b2094d15550aa22cfd87dbb71f0c5de8be2db.zip |
Updating stage1 to be based on the last _hardened_ build, not on the last non-hardened one (uClibc is going to error out due to gcc-4.1.2 trying to build a DT_TEXREL).
svn path=/; revision=390
-rw-r--r-- | catalyst/specs/uclibc/x86/hardened/stage1.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalyst/specs/uclibc/x86/hardened/stage1.spec b/catalyst/specs/uclibc/x86/hardened/stage1.spec index d72458b..9df887c 100644 --- a/catalyst/specs/uclibc/x86/hardened/stage1.spec +++ b/catalyst/specs/uclibc/x86/hardened/stage1.spec @@ -4,7 +4,7 @@ version_stamp: uclibc-hardened-20080105 rel_type: default profile: uclibc/x86/hardened snapshot: 20080105 -source_subpath: stage3-x86-uclibc-20080101 +source_subpath: stage3-x86-uclibc-hardened-20080101 cflags: -Os -mtune=i386 -pipe cxxflags: -Os -mtune=i386 -pipe ldflags: -Wl,-z,relro |