blob: 1e82f441cae4a04b0771ca656988892ad2f47d07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 2010-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
PROFILE_ARCH="mipsel"
CHOST="mipsel-unknown-linux-gnu"
CHOST_o32="mipsel-unknown-linux-gnu"
ABI="o32"
DEFAULT_ABI="o32"
MULTILIB_ABIS="o32"
ABI_MIPS="o32"
IUSE_IMPLICIT="abi_mips_o32"
|