summaryrefslogtreecommitdiff
blob: 41eab4ef9c4ffc943997b4d8b4373bab2d71a909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 1999-2015 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Id$

CHOST="x86_64-gentoo-linux-muslx32"

# Anthony G. Basile <blueness@gentoo.org> (31 Aug 2015)
# Multilib-related setup, bug #515130
ABI="x32"
DEFAULT_ABI="x32"
MULTILIB_ABIS="x32"
CHOST_x32="${CHOST}"
LIBDIR_x32="lib"
IUSE_IMPLICIT="abi_x86_x32"