diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-20 12:28:41 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-20 12:28:41 +0000 |
commit | 343665fb35d58469bfb1f7d579e9b1db0cd411f7 (patch) | |
tree | 69b3a34b4a845a2360a213673de2505d08b989fc /profiles/default-linux/mips | |
parent | Fixed mmap() return value check. Thanks to Vincenzo Romano in bug #76181. (diff) | |
download | gentoo-2-343665fb35d58469bfb1f7d579e9b1db0cd411f7.tar.gz gentoo-2-343665fb35d58469bfb1f7d579e9b1db0cd411f7.tar.bz2 gentoo-2-343665fb35d58469bfb1f7d579e9b1db0cd411f7.zip |
Initial 2005.0 mips64 profile.
Diffstat (limited to 'profiles/default-linux/mips')
-rw-r--r-- | profiles/default-linux/mips/mips64/2005.0/make.defaults | 27 | ||||
-rw-r--r-- | profiles/default-linux/mips/mips64/2005.0/packages | 13 | ||||
-rw-r--r-- | profiles/default-linux/mips/mips64/2005.0/parent | 8 |
3 files changed, 48 insertions, 0 deletions
diff --git a/profiles/default-linux/mips/mips64/2005.0/make.defaults b/profiles/default-linux/mips/mips64/2005.0/make.defaults new file mode 100644 index 000000000000..4c87f7e6a900 --- /dev/null +++ b/profiles/default-linux/mips/mips64/2005.0/make.defaults @@ -0,0 +1,27 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/2005.0/make.defaults,v 1.1 2005/01/20 12:28:41 wolf31o2 Exp $ + +ARCH="mips" + +# Even though this is a 64bit kernel, we use a 32-bit userland (o32) +CHOST="mips-unknown-linux-gnu" + +# Used in ebuilds for verifying mips64 profile +PROFILE_ARCH="mips64" + +# Sandbox is broken on mips (Bug #45814) +FEATURES="-sandbox ccache autoconfig" + +# Compiler flags +# We build a *minimum* of mips3, because just about any mips64 box we theoretically +# support should meet the mips3 standard. This is also the mips64 o32 profile, +# so make that the default ABI +CFLAGS="-O2 -pipe -march=mips3 -mabi=32" +CXXFLAGS=${CFLAGS} + +ACCEPT_KEYWORDS="mips" + +USE="readline fortran f77 gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips" +GRP_STAGE23_USE="readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips" + diff --git a/profiles/default-linux/mips/mips64/2005.0/packages b/profiles/default-linux/mips/mips64/2005.0/packages new file mode 100644 index 000000000000..1e170e659fa9 --- /dev/null +++ b/profiles/default-linux/mips/mips64/2005.0/packages @@ -0,0 +1,13 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/2005.0/packages,v 1.1 2005/01/20 12:28:41 wolf31o2 Exp $ + +# mips64 o32 packages + +# Since we're running a mips64 kernel w/ 32bit (o32) userland, +# we need gcc-mips64 for kernels +*sys-devel/gcc-mips64 + +# Sometimes necessary to trick programs into thinking we're really +# a mips32 system. +*sys-devel/mips32 diff --git a/profiles/default-linux/mips/mips64/2005.0/parent b/profiles/default-linux/mips/mips64/2005.0/parent new file mode 100644 index 000000000000..74853ef4eaaf --- /dev/null +++ b/profiles/default-linux/mips/mips64/2005.0/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 +.. |