diff options
author | Christian Heim <phreak@gentoo.org> | 2008-01-01 16:42:37 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-01-01 16:42:37 +0000 |
commit | 4f68190112bf3acb7c5e1899d5e024ae2647eb78 (patch) | |
tree | 71c580940aa9b42869c0efffd524b5640a52dfc7 | |
parent | Adding the initial set of specs. (diff) | |
download | phreak-4f68190112bf3acb7c5e1899d5e024ae2647eb78.tar.gz phreak-4f68190112bf3acb7c5e1899d5e024ae2647eb78.tar.bz2 phreak-4f68190112bf3acb7c5e1899d5e024ae2647eb78.zip |
Adding the initial set of specs for uclibc.
svn path=/; revision=375
-rw-r--r-- | catalyst/specs/uclibc/ppc/stage1.spec | 13 | ||||
-rw-r--r-- | catalyst/specs/uclibc/ppc/stage2.spec | 13 | ||||
-rw-r--r-- | catalyst/specs/uclibc/ppc/stage3.spec | 12 | ||||
-rw-r--r-- | catalyst/specs/uclibc/x86/stage1.spec | 12 | ||||
-rw-r--r-- | catalyst/specs/uclibc/x86/stage2.spec | 11 | ||||
-rw-r--r-- | catalyst/specs/uclibc/x86/stage3.spec | 11 |
6 files changed, 72 insertions, 0 deletions
diff --git a/catalyst/specs/uclibc/ppc/stage1.spec b/catalyst/specs/uclibc/ppc/stage1.spec new file mode 100644 index 0000000..b282e51 --- /dev/null +++ b/catalyst/specs/uclibc/ppc/stage1.spec @@ -0,0 +1,13 @@ +subarch: ppc +target: stage1 +version_stamp: uclibc-20080101 +rel_type: default +profile: uclibc/ppc +snapshot: 20080101 +source_subpath: stage3-ppc-uclibc-2006.1 +cflags: -Os -pipe +cxxflags: -Os -pipe +ldflags: -Wl,-z,relro +chost: powerpc-gentoo-linux-uclibc +portage_overlay: /var/tmp/catalyst/portage_overlay/uclibc +portage_confdir: /var/tmp/catalyst/portage_confdir/uclibc diff --git a/catalyst/specs/uclibc/ppc/stage2.spec b/catalyst/specs/uclibc/ppc/stage2.spec new file mode 100644 index 0000000..758f86d --- /dev/null +++ b/catalyst/specs/uclibc/ppc/stage2.spec @@ -0,0 +1,13 @@ +subarch: ppc +target: stage2 +version_stamp: uclibc-20080101 +rel_type: default +profile: uclibc/ppc +snapshot: 20080101 +source_subpath: default/stage1-ppc-uclibc-20080101 +cflags: -Os -pipe +cxxflags: -Os -pipe +ldflags: -Wl,-z,relro +chost: powerpc-gentoo-linux-uclibc +portage_overlay: /var/tmp/catalyst/portage_overlay/uclibc +portage_confdir: /var/tmp/catalyst/portage_confdir/uclibc diff --git a/catalyst/specs/uclibc/ppc/stage3.spec b/catalyst/specs/uclibc/ppc/stage3.spec new file mode 100644 index 0000000..2146143 --- /dev/null +++ b/catalyst/specs/uclibc/ppc/stage3.spec @@ -0,0 +1,12 @@ +subarch: ppc +target: stage3 +version_stamp: uclibc-20080101 +rel_type: default +profile: uclibc/ppc +snapshot: 20080101 +source_subpath: default/stage2-ppc-uclibc-20080101 +cflags: -Os -pipe +cxxflags: -Os -pipe +ldflags: -Wl,-z,relro +portage_overlay: /var/tmp/catalyst/portage_overlay/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 new file mode 100644 index 0000000..bd4f01a --- /dev/null +++ b/catalyst/specs/uclibc/x86/stage1.spec @@ -0,0 +1,12 @@ +subarch: x86 +target: stage1 +version_stamp: uclibc-20080101 +rel_type: default +profile: uclibc/x86 +snapshot: 20080101 +source_subpath: stage3-x86-uclibc-2006.1 +cflags: -Os -mtune=i386 -pipe +cxxflags: -Os -mtune=i386 -pipe +ldflags: -Wl,-z,relro +chost: i386-gentoo-linux-uclibc +portage_overlay: /var/tmp/catalyst/portage_overlay/uclibc diff --git a/catalyst/specs/uclibc/x86/stage2.spec b/catalyst/specs/uclibc/x86/stage2.spec new file mode 100644 index 0000000..5fa8445 --- /dev/null +++ b/catalyst/specs/uclibc/x86/stage2.spec @@ -0,0 +1,11 @@ +subarch: x86 +target: stage2 +version_stamp: uclibc-20080101 +rel_type: default +profile: uclibc/x86 +snapshot: 20080101 +source_subpath: default/stage1-x86-uclibc-20080101 +cflags: -Os -mtune=i386 -pipe +cxxflags: -Os -mtune=i386 -pipe +ldflags: -Wl,-z,relro +chost: i386-gentoo-linux-uclibc diff --git a/catalyst/specs/uclibc/x86/stage3.spec b/catalyst/specs/uclibc/x86/stage3.spec new file mode 100644 index 0000000..fc7dafe --- /dev/null +++ b/catalyst/specs/uclibc/x86/stage3.spec @@ -0,0 +1,11 @@ +subarch: x86 +target: stage3 +version_stamp: uclibc-20080101 +rel_type: default +profile: uclibc/x86 +snapshot: 20080101 +source_subpath: default/stage2-x86-uclibc-20080101 +cflags: -Os -mtune=i386 +cxxflags: -Os -mtune=i386 +ldflags: -Wl,-z,relro +portage_overlay: /var/tmp/catalyst/portage_overlay/uclibc |