From 4f68190112bf3acb7c5e1899d5e024ae2647eb78 Mon Sep 17 00:00:00 2001 From: Christian Heim Date: Tue, 1 Jan 2008 16:42:37 +0000 Subject: Adding the initial set of specs for uclibc. svn path=/; revision=375 --- catalyst/specs/uclibc/ppc/stage1.spec | 13 +++++++++++++ catalyst/specs/uclibc/ppc/stage2.spec | 13 +++++++++++++ catalyst/specs/uclibc/ppc/stage3.spec | 12 ++++++++++++ catalyst/specs/uclibc/x86/stage1.spec | 12 ++++++++++++ catalyst/specs/uclibc/x86/stage2.spec | 11 +++++++++++ catalyst/specs/uclibc/x86/stage3.spec | 11 +++++++++++ 6 files changed, 72 insertions(+) create mode 100644 catalyst/specs/uclibc/ppc/stage1.spec create mode 100644 catalyst/specs/uclibc/ppc/stage2.spec create mode 100644 catalyst/specs/uclibc/ppc/stage3.spec create mode 100644 catalyst/specs/uclibc/x86/stage1.spec create mode 100644 catalyst/specs/uclibc/x86/stage2.spec create mode 100644 catalyst/specs/uclibc/x86/stage3.spec 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 -- cgit v1.2.3-65-gdbad