diff options
Diffstat (limited to 'profiles/default-sparc-2004.0/make.defaults')
-rw-r--r-- | profiles/default-sparc-2004.0/make.defaults | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/profiles/default-sparc-2004.0/make.defaults b/profiles/default-sparc-2004.0/make.defaults deleted file mode 100644 index a1ceebfc49e5..000000000000 --- a/profiles/default-sparc-2004.0/make.defaults +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-sparc-2004.0/make.defaults,v 1.16 2005/05/03 18:45:21 flameeyes Exp $ -# System-wide defaults for the Portage system - -GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" - -ARCH="sparc" - -# Host type - -CHOST=sparc-unknown-linux-gnu -PLATFORM=sparc-unknown-linux-gnu -PROFILE_ARCH="sparc" - -# Options passed to make during the build process -MAKEOPTS="-j2" - -# Fetching command (5 tries, passive ftp for firewall compatibility) -FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}" -# Global configure options - -# C Compiler flags -CFLAGS="-O2 -pipe" -# C++ Compiler flags -CXXFLAGS=${CFLAGS} - -USE="arts berkdb bitmap-fonts crypt cups fortran fbcon font-server foomaticdb gdbm gtk gtk2 imlib jpeg kde gnome libwww mikmod motif mad mpeg ncurses nls opengl pam perl png python qt readline slang spell ssl tcpd truetype truetype-fonts type1-fonts X xv zlib" - -# The following USE flags are NOT recommended for sparc32 and might cause breakage... -# mmx, 3dnow, sse, svga, gpm, - -ACCEPT_KEYWORDS="sparc" - -# Env vars to expand into USE vars. Modifying this requires prior -# discussion on gentoo-dev@gentoo.org. Flat profiles also need to -# be updated appropriately. -USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC" - -CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" -CONFIG_PROTECT_MASK="/etc/gconf" - -USERLAND=GNU -KERNEL=linux -ELIBC=glibc |