blob: b73f995f8539ab545a8b71f60232cfbd6873aab0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 2004 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2005.0/make.defaults,v 1.3 2006/02/01 13:41:15 wolf31o2 Exp $
ARCH="mips"
FEATURES="-sandbox 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="readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips -multilib nomultilib -n32 -n64"
|