aboutsummaryrefslogtreecommitdiff
blob: 4ef6cda814c4c79cc2eb6d047073e813e72190c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/mips/make.defaults,v 1.1 2014/08/16 20:43:29 blueness Exp $

ARCH="mips"
ACCEPT_KEYWORDS="${ARCH} ~${ARCH}"

CHOST="mips-gentoo-linux-uclibc"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"

# Anthony G. Basile <blueness@gentoo.org> (01 Jul 2014)
# Multilib-related setup, bug #515130
ABI="o32"
DEFAULT_ABI="o32"
MULTILIB_ABIS="o32"
CHOST_o32=${CHOST}
LIBDIR_o32="lib"
IUSE_IMPLICIT="abi_mips_o32"