summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2002-12-16 17:24:18 +0000
committerAron Griffis <agriffis@gentoo.org>2002-12-16 17:24:18 +0000
commitc951e64e25fb28205d08760084071b0e371794d8 (patch)
tree121d56b134d69cdad1ecbd8c6941270dd55b8312 /profiles/default-alpha-1.4
parent#11294 (diff)
downloadgentoo-2-c951e64e25fb28205d08760084071b0e371794d8.tar.gz
gentoo-2-c951e64e25fb28205d08760084071b0e371794d8.tar.bz2
gentoo-2-c951e64e25fb28205d08760084071b0e371794d8.zip
Updated based on x86 profile
Diffstat (limited to 'profiles/default-alpha-1.4')
-rw-r--r--profiles/default-alpha-1.4/make.defaults86
1 files changed, 63 insertions, 23 deletions
diff --git a/profiles/default-alpha-1.4/make.defaults b/profiles/default-alpha-1.4/make.defaults
index 0a014bd3c00e..94e29fe89882 100644
--- a/profiles/default-alpha-1.4/make.defaults
+++ b/profiles/default-alpha-1.4/make.defaults
@@ -1,30 +1,70 @@
# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
# System-wide defaults for the Portage system
-ARCH="alpha"
-
-# Host-type
-
-CHOST=alpha-unknown-linux-gnu
-PLATFORM=$CHOST
-
-# 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="-O3 -pipe "
-# C++ Compiler flags
-CXXFLAGS=${CFLAGS}
-
-USE="oss dvd xv slang readline gpm berkdb gdbm tcpd pam libwww ssl jpeg
-nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde
-motif opengl mozilla alpha"
+USE="
+alpha
+berkdb
+crypt
+cups
+encode
+gdbm
+gif
+gnome
+gpm
+gtk
+imlib
+jpeg
+kde
+libg++
+libwww
+mikmod
+motif
+ncurses
+nls
+oggvorbis
+opengl
+oss
+pam
+pdflib
+png
+python
+qt
+qtmt
+quicktime
+readline
+sdl
+slang
+spell
+ssl
+svga
+tcpd
+truetype
+X
+xml2
+xmms
+xv
+zlib
+"
+ARCH="alpha"
+COMPILER="gcc3"
ACCEPT_KEYWORDS="alpha"
-COMPILER="gcc3"
+# The following flags have historically been set in this file but I
+# believe it is redundant. Commenting them out until proven they're
+# unneeded... (16 Dec 02 agriffis)
+#CHOST=alpha-unknown-linux-gnu
+#PLATFORM=$CHOST
+#
+## 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="-O3 -pipe "
+## C++ Compiler flags
+#CXXFLAGS=${CFLAGS}