summaryrefslogtreecommitdiff
blob: 20c32e1479f0d8681af260cc0828abd0c0fbe7c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# 'Sane' defaults
ELIBC="glibc"
KERNEL="linux"

# 2006/10/28 - Luca Barbato <lu_zero@gentoo.org>
# on glibc system you cannot turn it off
USE="iconv"

# build gcc with parallelization support
USE="${USE} openmp"