diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-12-28 22:21:03 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-12-28 22:21:03 +0000 |
commit | 3edcd11f5833ac9d151745c7acc9807a6d06209a (patch) | |
tree | 312659e000aed559c2cced5667b0e3541c9e216b /profiles/default-hppa-1.4 | |
parent | Small tweaks (diff) | |
download | historical-3edcd11f5833ac9d151745c7acc9807a6d06209a.tar.gz historical-3edcd11f5833ac9d151745c7acc9807a6d06209a.tar.bz2 historical-3edcd11f5833ac9d151745c7acc9807a6d06209a.zip |
Added GRP_STAGE23_USE to make.default
Diffstat (limited to 'profiles/default-hppa-1.4')
-rw-r--r-- | profiles/default-hppa-1.4/make.defaults | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/profiles/default-hppa-1.4/make.defaults b/profiles/default-hppa-1.4/make.defaults index 45e89d6e7b4d..1a945619f0a7 100644 --- a/profiles/default-hppa-1.4/make.defaults +++ b/profiles/default-hppa-1.4/make.defaults @@ -1,4 +1,3 @@ -# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc. # System-wide defaults for the Portage system USE=" @@ -46,25 +45,9 @@ xv zlib " +GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" + ARCH="hppa" COMPILER="gcc3" ACCEPT_KEYWORDS="hppa" -# 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=hppa-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} |