blob: a12c9e50e042b527cee9485cc3178c47980109cb (
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
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults,v 1.7 2006/06/30 21:01:35 spyderous 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
# IP28 only has one type of processor, an R10000
CFLAGS="-O2 -pipe -march=r10000 -mtune=r10000 -mabi=32"
CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
STAGE1_USE="ip28"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips ip28"
|