summaryrefslogtreecommitdiff
path: root/profiles/default/linux/sparc/experimental/multilib/make.defaults
blob: 32c57a2aa5e7815f3ec59fd073b0c8836d5a663e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# Multilib stuff
MULTILIB_ABIS="sparc32 sparc64"

# without this glibc will segfault when compiling a sparc64 abi
FEATURES="userpriv"

# can't set this in the top level make.defaults as it breaks
# sys-kernel/linux-headers for non-multilib profiles
CFLAGS_sparc64="-m64"

LIBDIR_sparc32="lib32"
LIBDIR_sparc64="lib64"