summaryrefslogtreecommitdiff
blob: adea762d8093f9f6887c175b666e197c815b16cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64-multilib/dev/make.defaults,v 1.12 2004/12/31 03:40:19 eradicator Exp $

FEATURES="sandbox ccache autoconfig"

# Catalyst stage/grp USE
GRP_STAGE23_USE="berkdb gpm ipv6 -java multislot multilib ncurses nls -nptl pam perl python readline ssl tcpd zlib"

# Sane, minimal USE settings
USE="${GRP_STAGE23_USE} alsa bitmap-fonts crypt cups fortran f77 fbcon gif jpeg nls png tiff truetype truetype-fonts type1-fontsusb xpm xrandr xv"

# This isn't implemented in portage/toolchain, yet. See 
# http://bugs.gentoo.org/show_bug.cgi?id=75420

# MULTILIB_ABIS lists all the ABIS you want to build for when
# you emerge a package.  The libs that get installed will be for
# all of these ABIs, but the bins will be for ${DEFAULT_ABI}.

MULTILIB_ABIS="sparc32 sparc64"
DEFAULT_ABI="sparc32"

ARCH_WRAPPER_sparc64="sparc64"
ASFLAGS_sparc64="-64 -no-undeclared-regs"
CFLAGS_sparc64="-m64"
LIBDIR_sparc64="lib64"

ARCH_WRAPPER_sparc32="sparc32"
ASFLAGS_sparc32="-32"
CFLAGS_sparc32="-m32"
LIBDIR_sparc32="lib"