summaryrefslogtreecommitdiff
blob: 268ab45749d7d868ce23a4d0ff69a764e2054c69 (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
# Copyright 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.2/make.defaults,v 1.4 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 gif gtk 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 gtk2"

GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses gtk2"