summaryrefslogtreecommitdiff
blob: a2aea6b501bfac0f3962d3e1ae61d3d598a40e66 (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
# 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/2004.3/make.defaults,v 1.2 2004/10/08 16:03:11 seemant Exp $

ARCH="sparc"

# Even though this is a 64bit kernel, we use a 32-bit userland (v9)
CHOST="sparc-unknown-linux-gnu"
PLATFORM="sparc64-unknown-linux-gnu"

# Used in ebuilds for verifying sparc64 profile
PROFILE_ARCH="sparc64"

# Compiler flags
CFLAGS="-O2 -pipe"
CXXFLAGS=${CFLAGS}

# Misc
FEATURES="sandbox ccache"
ACCEPT_KEYWORDS="sparc"

# USE settings
USE="arts avi berkdb bitmap-fonts crypt cups encode esd f77 fbcon foomaticdb gdbm gcc64 gif gtk gtk2 gnome imlib jpeg kde libwww mad mikmod motif mpeg ncurses nls oggvorbis oss opengl pam perl png python pdflib qt readline slang sdl spell ssl tcpd truetype X xv xml2 xmms xprint zlib"

# Catalyst stage/grp USE
GRP_STAGE23_USE="berkdb gpm gcc64 gtk2 ipv6 ncurses nls pam perl python readline ssl tcpd"