summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Thibaut <murphy@gentoo.org>2002-05-08 22:08:23 +0000
committerMaarten Thibaut <murphy@gentoo.org>2002-05-08 22:08:23 +0000
commit3a1c79c632a8040d61ac6bab85925087384e4f83 (patch)
treea49394f22c27df2d35c6896129c50805d4f02c31 /profiles/default-sparc-1.0/make.defaults
parentforgot to add this the last time (diff)
downloadhistorical-3a1c79c632a8040d61ac6bab85925087384e4f83.tar.gz
historical-3a1c79c632a8040d61ac6bab85925087384e4f83.tar.bz2
historical-3a1c79c632a8040d61ac6bab85925087384e4f83.zip
More fixes to CD stuff.
Added more flags to make.defaults.sparc. Regenerated files with the new make.defaults.sparc
Diffstat (limited to 'profiles/default-sparc-1.0/make.defaults')
-rw-r--r--profiles/default-sparc-1.0/make.defaults25
1 files changed, 16 insertions, 9 deletions
diff --git a/profiles/default-sparc-1.0/make.defaults b/profiles/default-sparc-1.0/make.defaults
index fe910bd07a39..76f2c3af0e03 100644
--- a/profiles/default-sparc-1.0/make.defaults
+++ b/profiles/default-sparc-1.0/make.defaults
@@ -1,4 +1,4 @@
-# This file created automagically by scripts/generate-packages.sh on Wed May 8 02:53:09 CEST 2002
+# This file created automagically by scripts/generate-packages.sh on Wed May 8 23:38:16 CEST 2002
# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
# System-wide defaults for the Portage system
@@ -12,19 +12,26 @@ slang spell ssl svga tcpd truetype X xml2 xmms xv"
# These lines added by scripts/generate-packages.sh
#
-# $Id: make.defaults,v 1.8 2002/05/08 21:08:49 drobbins Exp $
+# $Id: make.defaults,v 1.9 2002/05/08 22:08:20 murphy Exp $
#
# $Log: not supported by cvs2svn $
-# Revision 1.7 2002/05/08 01:23:04 murphy
-# Merging in changes from default-1.0.
-#
-# Fixes for generate-packages.sh and build-cd.sh.
-#
-# Fixes for packages.cd and kernel-config.
-#
# Revision 1.2 2002/04/18 21:05:52 murphy
# YMCA: Yet More Changes Ah-ha (tm)
#
#
ARCH="sparc"
+CHOST=sparc-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="-O2 -pipe"
+# C++ Compiler flags
+CXXFLAGS=${CFLAGS}
# End of lines added by scripts/generate-packages.sh