summaryrefslogtreecommitdiff
blob: 21805ae51df0bcf576a3c9684fac1d82d157bf5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.1-dev/cobalt/o32/make.defaults,v 1.1 2007/02/25 17:47:56 kumba Exp $

# Cobalt O32/NPTL Profile
# Also Catalyst Build Profile for Cobalt O32/NPTL

ARCH="mips"
PROFILE_ARCH="loongson"

# Cobalt systems are Little-Endian, and do not support (yet) 64bit kernels
CHOST="mipsel-unknown-linux-gnu"

# Sandbox is broken on mips (Bug #45814)
FEATURES="-sandbox ccache autoconfig"

# Compiler flags
# We build as R5000, because Cobalts have an RM5231A CPU in them.  Enforce o32
# as the default ABI as well.
CFLAGS="-O2 -pipe -march=mips3 -mabi=32"
CXXFLAGS=${CFLAGS}

ACCEPT_KEYWORDS="mips"

USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips nptl nptlonly"
STAGE1_USE="mips nptl nptlonly"