diff options
author | 2002-04-27 10:13:28 +0000 | |
---|---|---|
committer | 2002-04-27 10:13:28 +0000 | |
commit | 9dab0654bbc326bf9c62f594a47b0ae33ef05384 (patch) | |
tree | 4d30e7920d7c37d19e36aaed15db4ebb8313c3a0 /profiles/default-ppc-1.0/make.defaults | |
parent | cleanup (diff) | |
download | gentoo-2-9dab0654bbc326bf9c62f594a47b0ae33ef05384.tar.gz gentoo-2-9dab0654bbc326bf9c62f594a47b0ae33ef05384.tar.bz2 gentoo-2-9dab0654bbc326bf9c62f594a47b0ae33ef05384.zip |
PPC profile merge
Diffstat (limited to 'profiles/default-ppc-1.0/make.defaults')
-rw-r--r-- | profiles/default-ppc-1.0/make.defaults | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/profiles/default-ppc-1.0/make.defaults b/profiles/default-ppc-1.0/make.defaults new file mode 100644 index 000000000000..e149d87c3095 --- /dev/null +++ b/profiles/default-ppc-1.0/make.defaults @@ -0,0 +1,25 @@ +# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc. +# System-wide defaults for the Portage system + +ARCH="ppc" + +# Host-type + +CHOST=powerpc-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} + +USE="xv slang readline gpm berkdb gdbm tcpd pam libwww ssl +nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde +motif opengl mozilla" |