blob: cd19941e7ed8b8f15b5aeb19afc707ac247307b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.2 2014/01/24 20:05:04 blueness Exp $
ELIBC="musl"
FEATURES="sfperms strict"
USE="hardened nptl pax_kernel pic unicode xattr -berkdb -jit -orc"
BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -orc"
SYMLINK_LIB="no"
|