diff options
Diffstat (limited to 'profiles/default/make.defaults')
-rw-r--r-- | profiles/default/make.defaults | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/profiles/default/make.defaults b/profiles/default/make.defaults deleted file mode 100644 index 0073dcd35089..000000000000 --- a/profiles/default/make.defaults +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc. -# System-wide defaults for the Portage system - -# Host-type -CHOST=i486-pc-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 \${x} -P \${DISTDIR}" -#For Prozilla (really rocks): -#FETCHCOMMAND="/usr/bin/proz -s \${x} -P \${DISTDIR}" - -# Global configure options - -# C Compiler flags -CFLAGS="-m486 -march=i486 -O2" -# C++ Compiler flags -CXXFLAGS="-m486 -march=i486 -O2" |