diff options
author | Christian Heim <phreak@gentoo.org> | 2008-01-11 14:49:57 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-01-11 14:49:57 +0000 |
commit | b894cc46f4cc2abfd728bf191a35ea8eaa530660 (patch) | |
tree | cbe5001912a52d31591f8a73ee54857810f704dd | |
parent | x86/*/stage1 needs updating too\! (diff) | |
download | phreak-b894cc46f4cc2abfd728bf191a35ea8eaa530660.tar.gz phreak-b894cc46f4cc2abfd728bf191a35ea8eaa530660.tar.bz2 phreak-b894cc46f4cc2abfd728bf191a35ea8eaa530660.zip |
Adding the specs for uclibc/ppc/hardened from rooster.
svn path=/; revision=396
-rw-r--r-- | catalyst/specs/uclibc/ppc/hardened/stage1.spec | 12 | ||||
-rw-r--r-- | catalyst/specs/uclibc/ppc/hardened/stage2.spec | 12 | ||||
-rw-r--r-- | catalyst/specs/uclibc/ppc/hardened/stage3.spec | 11 |
3 files changed, 35 insertions, 0 deletions
diff --git a/catalyst/specs/uclibc/ppc/hardened/stage1.spec b/catalyst/specs/uclibc/ppc/hardened/stage1.spec new file mode 100644 index 0000000..bab338d --- /dev/null +++ b/catalyst/specs/uclibc/ppc/hardened/stage1.spec @@ -0,0 +1,12 @@ +subarch: ppc +target: stage1 +version_stamp: uclibc-hardened-20080110 +rel_type: default +profile: uclibc/ppc/hardened/ +snapshot: 20080110 +source_subpath: stage3-ppc-uclibc-hardened-20080105 +cflags: -Os -pipe +cxxflags: -Os -pipe +ldflags: -Wl,-z,relro +chost: powerpc-gentoo-linux-uclibc +portage_confdir: /var/tmp/catalyst/portage_confdir/uclibc diff --git a/catalyst/specs/uclibc/ppc/hardened/stage2.spec b/catalyst/specs/uclibc/ppc/hardened/stage2.spec new file mode 100644 index 0000000..e093831 --- /dev/null +++ b/catalyst/specs/uclibc/ppc/hardened/stage2.spec @@ -0,0 +1,12 @@ +subarch: ppc +target: stage2 +version_stamp: uclibc-hardened-20080110 +rel_type: default +profile: uclibc/ppc/hardened +snapshot: 20080110 +source_subpath: default/stage1-ppc-uclibc-hardened-20080110 +cflags: -Os -pipe +cxxflags: -Os -pipe +ldflags: -Wl,-z,relro +chost: powerpc-gentoo-linux-uclibc +portage_confdir: /var/tmp/catalyst/portage_confdir/uclibc diff --git a/catalyst/specs/uclibc/ppc/hardened/stage3.spec b/catalyst/specs/uclibc/ppc/hardened/stage3.spec new file mode 100644 index 0000000..3a7f554 --- /dev/null +++ b/catalyst/specs/uclibc/ppc/hardened/stage3.spec @@ -0,0 +1,11 @@ +subarch: ppc +target: stage3 +version_stamp: uclibc-hardened-20080110 +rel_type: default +profile: uclibc/ppc/hardened +snapshot: 20080110 +source_subpath: default/stage2-ppc-uclibc-hardened-20080110 +cflags: -Os -pipe +cxxflags: -Os -pipe +ldflags: -Wl,-z,relro +portage_confdir: /var/tmp/catalyst/portage_confdir/uclibc |