summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-03-14 09:17:18 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-03-14 09:17:18 +0000
commit73383210ad128db862ab47fb90c057205b9a6f0b (patch)
treed7d9f604abba4a0c86d49b2a122b8f0a2d72c09d /profiles/default/make.defaults
parentInitial import. Ebuild submitted by Steve Juranich <sjuranic@ee.washington.ed... (diff)
downloadhistorical-73383210ad128db862ab47fb90c057205b9a6f0b.tar.gz
historical-73383210ad128db862ab47fb90c057205b9a6f0b.tar.bz2
historical-73383210ad128db862ab47fb90c057205b9a6f0b.zip
still some mistakes
Diffstat (limited to 'profiles/default/make.defaults')
-rw-r--r--profiles/default/make.defaults22
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"