diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-02-10 19:28:06 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-02-10 19:28:06 +0000 |
commit | cad73b46909c1502df6343a615bcb526cd7d7608 (patch) | |
tree | a04565c32d96653983efd2ef77bcbb07cbc7b211 /profiles/default-sparc-2004.0/make.defaults | |
parent | stable on sparc (diff) | |
download | historical-cad73b46909c1502df6343a615bcb526cd7d7608.tar.gz historical-cad73b46909c1502df6343a615bcb526cd7d7608.tar.bz2 historical-cad73b46909c1502df6343a615bcb526cd7d7608.zip |
Initial import of sparc32 2004.0 profile with catalyst tweaks.
Diffstat (limited to 'profiles/default-sparc-2004.0/make.defaults')
-rw-r--r-- | profiles/default-sparc-2004.0/make.defaults | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/profiles/default-sparc-2004.0/make.defaults b/profiles/default-sparc-2004.0/make.defaults new file mode 100644 index 000000000000..65a7a70c26e4 --- /dev/null +++ b/profiles/default-sparc-2004.0/make.defaults @@ -0,0 +1,35 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# System-wide defaults for the Portage system + +GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" + +ARCH="sparc" + +# Host type + +CHOST=sparc-unknown-linux-gnu +PLATFORM=sparc-unknown-linux-gnu +PROFILE_ARCH="sparc" + +# 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} + +USE="arts berkdb crypt cups fbcon foomaticdb gdbm gtk gtk2 imlib jpeg kde gnome libwww mikmod motif mad mpeg + ncurses nls opengl pam perl png python qt readline slang spell ssl tcpd truetype X xv zlib" + +# The following USE flags are NOT recommended for sparc32 and might cause breakage... +# mmx, 3dnow, sse, svga, gpm, + +COMPILER="gcc3" + +ACCEPT_KEYWORDS="sparc" + |