diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-11-12 21:13:42 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-11-12 21:13:42 +0000 |
commit | 080468ac662b6e737d6cdfd20fab4011835dc38f (patch) | |
tree | e6a98e4ec3d2c7f91d336ac3ea841af7384e8037 /profiles/default-alpha-1.4/make.defaults | |
parent | synchronize with default-alpha-1.4. I left virtual/jdk in there, (diff) | |
download | historical-080468ac662b6e737d6cdfd20fab4011835dc38f.tar.gz historical-080468ac662b6e737d6cdfd20fab4011835dc38f.tar.bz2 historical-080468ac662b6e737d6cdfd20fab4011835dc38f.zip |
synchronize with changes in default-ia64-1.4
Diffstat (limited to 'profiles/default-alpha-1.4/make.defaults')
-rw-r--r-- | profiles/default-alpha-1.4/make.defaults | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/profiles/default-alpha-1.4/make.defaults b/profiles/default-alpha-1.4/make.defaults index d5a75cdc40ce..6cde2a5a0c2e 100644 --- a/profiles/default-alpha-1.4/make.defaults +++ b/profiles/default-alpha-1.4/make.defaults @@ -1,5 +1,5 @@ -# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc. -# System-wide defaults for the Portage system +# Copyright 2003 Gentoo Technologies, Inc. +# System-wide defaults for the Portage system on alpha USE=" alpha @@ -48,22 +48,3 @@ zlib ARCH="alpha" COMPILER="gcc3" ACCEPT_KEYWORDS="alpha" - -# 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} |