You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/profiles/prefix/linux-standalone/make.defaults

14 lines
320 B

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