summaryrefslogtreecommitdiff
blob: b70582c1d7fa163d01fc8c52e7ae965c8ed3f930 (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
25
26
27
28
29
30
31
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

ARCH="s390"
ACCEPT_KEYWORDS="s390 ~s390"

MULTILIB_ABIS="s390"
DEFAULT_ABI="s390"
ABI=${DEFAULT_ABI}

CHOST="s390-ibm-linux-gnu"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"

INPUT_DEVICES="void"
VIDEO_CARDS="dummy"

# Michał Górny <mgorny@gentoo.org> (01 Jul 2014)
# Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied
# by non-multilib ebuilds when non-native ABIs are disabled.
IUSE_IMPLICIT="abi_s390_32"

# Enable abi_s390_32 for packages that don't have it forced.
ABI_S390="32"

# While multilib is available, we don't default it to on.
BOOTSTRAP_USE="${BOOTSTRAP_USE} -multilib"
USE="-multilib"