summaryrefslogtreecommitdiff
path: root/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults
blob: 0a2ecd62de0638a457c4ff47aa8c20b7aeca1719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

PROFILE_ARCH="mips64el"

CHOST="mips64el-unknown-linux-gnu"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"

CFLAGS_o32="-mabi=32"
CHOST_o32="${CHOST}"

CFLAGS_n32="-mabi=n32"
CHOST_n32="${CHOST}"

CFLAGS_n64="-mabi=64"
CHOST_n64="${CHOST}"

SYMLINK_LIB="no"

USE_EXPAND_HIDDEN="-ABI_MIPS"