diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-09-23 05:38:34 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-09-23 05:38:34 +0000 |
commit | b0c08c6cc0ce9821118d2b8ae90eb6e71dbd1c51 (patch) | |
tree | 5fe84352cea6d347aa53eb6609e2d8a08ee11700 /profiles/default-linux/mips/cobalt | |
parent | added ~amd64 keyword (Manifest recommit) (diff) | |
download | gentoo-2-b0c08c6cc0ce9821118d2b8ae90eb6e71dbd1c51.tar.gz gentoo-2-b0c08c6cc0ce9821118d2b8ae90eb6e71dbd1c51.tar.bz2 gentoo-2-b0c08c6cc0ce9821118d2b8ae90eb6e71dbd1c51.zip |
Initial commit of cascading profiles for mips (untested, possible bugs).
Diffstat (limited to 'profiles/default-linux/mips/cobalt')
-rw-r--r-- | profiles/default-linux/mips/cobalt/2004.2/make.defaults | 32 | ||||
-rw-r--r-- | profiles/default-linux/mips/cobalt/2004.2/parent | 8 | ||||
-rw-r--r-- | profiles/default-linux/mips/cobalt/packages | 7 | ||||
-rw-r--r-- | profiles/default-linux/mips/cobalt/packages.build | 32 | ||||
-rw-r--r-- | profiles/default-linux/mips/cobalt/parent | 8 | ||||
-rw-r--r-- | profiles/default-linux/mips/cobalt/use.defaults | 0 | ||||
-rw-r--r-- | profiles/default-linux/mips/cobalt/use.mask | 5 | ||||
-rw-r--r-- | profiles/default-linux/mips/cobalt/virtuals | 2 |
8 files changed, 94 insertions, 0 deletions
diff --git a/profiles/default-linux/mips/cobalt/2004.2/make.defaults b/profiles/default-linux/mips/cobalt/2004.2/make.defaults new file mode 100644 index 000000000000..bf44943200e4 --- /dev/null +++ b/profiles/default-linux/mips/cobalt/2004.2/make.defaults @@ -0,0 +1,32 @@ +# Copyright 2000 Daniel Robbins, Gentoo Foundation. +# System-wide defaults for the Portage system + +ARCH="mips" + +# Host-type + +# Cobalt is little-endian mips +CHOST=mipsel-unknown-linux-gnu +PLATFORM=$CHOST + +# Options passed to make during the build process +MAKEOPTS="-j1" + +# Distinguish cobalt from other mips profiles +PROFILE_ARCH="cobalt" + +# Fetching command (5 tries, passive ftp for firewall compatibility) +FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}" +# Global configure options +FEATURES="ccache" +# C Compiler flags +CFLAGS="-O2 -pipe" +# C++ Compiler flags +CXXFLAGS=${CFLAGS} + +USE="slang readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips" + +ACCEPT_KEYWORDS="mips" + +COMPILER="gcc3" + diff --git a/profiles/default-linux/mips/cobalt/2004.2/parent b/profiles/default-linux/mips/cobalt/2004.2/parent new file mode 100644 index 000000000000..74853ef4eaaf --- /dev/null +++ b/profiles/default-linux/mips/cobalt/2004.2/parent @@ -0,0 +1,8 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /home/cvsroot/gentoo-x86/profiles/default/x86/2004.0/parent,v 1.2 +# 2004/03/18 00:16:43 seemant Exp $ + +# This file describes the parent profile to this. In most cases this will +# just be the name of the parent directory +.. diff --git a/profiles/default-linux/mips/cobalt/packages b/profiles/default-linux/mips/cobalt/packages new file mode 100644 index 000000000000..fb17706cb1b4 --- /dev/null +++ b/profiles/default-linux/mips/cobalt/packages @@ -0,0 +1,7 @@ +# cobalt-mips base packages + +# Controls the front LCD panel +*sys-apps/lcdutils + +# Bootloader +*sys-boot/colo diff --git a/profiles/default-linux/mips/cobalt/packages.build b/profiles/default-linux/mips/cobalt/packages.build new file mode 100644 index 000000000000..9e9ef6f179f6 --- /dev/null +++ b/profiles/default-linux/mips/cobalt/packages.build @@ -0,0 +1,32 @@ +sys-apps/baselayout +sys-libs/glibc +sys-apps/texinfo +app-shells/bash +app-arch/bzip2 +sys-apps/coreutils +sys-apps/debianutils +sys-apps/diffutils +sys-apps/file +sys-apps/findutils +sys-apps/gawk +sys-apps/grep +app-arch/gzip +sys-apps/portage +sys-apps/sed +app-arch/tar +sys-devel/binutils +sys-devel/bison +sys-devel/flex +sys-devel/gcc +sys-devel/make +sys-devel/patch +dev-lang/python +dev-libs/popt +net-misc/wget +net-misc/rsync +app-editors/nano +sys-apps/net-tools +sys-apps/less +sys-apps/modutils +app-editors/vi + diff --git a/profiles/default-linux/mips/cobalt/parent b/profiles/default-linux/mips/cobalt/parent new file mode 100644 index 000000000000..74853ef4eaaf --- /dev/null +++ b/profiles/default-linux/mips/cobalt/parent @@ -0,0 +1,8 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /home/cvsroot/gentoo-x86/profiles/default/x86/2004.0/parent,v 1.2 +# 2004/03/18 00:16:43 seemant Exp $ + +# This file describes the parent profile to this. In most cases this will +# just be the name of the parent directory +.. diff --git a/profiles/default-linux/mips/cobalt/use.defaults b/profiles/default-linux/mips/cobalt/use.defaults new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/profiles/default-linux/mips/cobalt/use.defaults diff --git a/profiles/default-linux/mips/cobalt/use.mask b/profiles/default-linux/mips/cobalt/use.mask new file mode 100644 index 000000000000..f0b8671c24b6 --- /dev/null +++ b/profiles/default-linux/mips/cobalt/use.mask @@ -0,0 +1,5 @@ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/cobalt/use.mask,v 1.1 2004/09/23 05:38:34 kumba Exp $ + +# Cobalt only does mips32, thus it doesn't know about n32/n64 (yet) +n32 +n64 diff --git a/profiles/default-linux/mips/cobalt/virtuals b/profiles/default-linux/mips/cobalt/virtuals new file mode 100644 index 000000000000..eb11259319b9 --- /dev/null +++ b/profiles/default-linux/mips/cobalt/virtuals @@ -0,0 +1,2 @@ +# use the colo bootloader +virtual/bootloader sys-boot/colo |