diff options
author | 2004-09-23 05:38:34 +0000 | |
---|---|---|
committer | 2004-09-23 05:38:34 +0000 | |
commit | b0c08c6cc0ce9821118d2b8ae90eb6e71dbd1c51 (patch) | |
tree | 5fe84352cea6d347aa53eb6609e2d8a08ee11700 /profiles/default-linux/mips/cobalt/2004.2 | |
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/2004.2')
-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 |
2 files changed, 40 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 +.. |