summaryrefslogtreecommitdiff
blob: 2940ef291d5128d720739742a62b2dca443afe9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2004 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2004.2/make.defaults,v 1.4 2004/10/02 07:26:32 kumba Exp $

ARCH="mips"

FEATURES="ccache autoconfig"

# Compiler flags
# We build a *minimum* of mips2, because just about any mips box we theoretically
# support should meet the mips2 standard
CFLAGS="-O2 -pipe -march=mips2"
CXXFLAGS=${CFLAGS}

ACCEPT_KEYWORDS="mips"

USE="slang readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips -multilib nomultilib -n32 -n64"
GRP_STAGE23_USE="slang readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips -multilib nomultilib -n32 -n64"