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

# '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"