diff options
author | 2004-01-18 23:42:35 +0000 | |
---|---|---|
committer | 2004-01-18 23:42:35 +0000 | |
commit | 861798009de1eb8d5d5bbfc57409ae4eaf6f028e (patch) | |
tree | 13c423bf0ba32fee907d163e085f6dce676a05b1 /profiles/cobalt-mips-1.4/make.defaults | |
parent | Added ~mips to KEYWORDS. (diff) | |
download | historical-861798009de1eb8d5d5bbfc57409ae4eaf6f028e.tar.gz historical-861798009de1eb8d5d5bbfc57409ae4eaf6f028e.tar.bz2 historical-861798009de1eb8d5d5bbfc57409ae4eaf6f028e.zip |
Profile for cobalt mips machines. Cobalt's are mips little-endian systems
and as such need a separate profile for things to work properly.
Diffstat (limited to 'profiles/cobalt-mips-1.4/make.defaults')
-rw-r--r-- | profiles/cobalt-mips-1.4/make.defaults | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/profiles/cobalt-mips-1.4/make.defaults b/profiles/cobalt-mips-1.4/make.defaults new file mode 100644 index 000000000000..55bf74d8a749 --- /dev/null +++ b/profiles/cobalt-mips-1.4/make.defaults @@ -0,0 +1,28 @@ +# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc. +# System-wide defaults for the Portage system + +ARCH="mips" + +# Host-type + +CHOST=mipsel-unknown-linux-gnu +PLATFORM=$CHOST + +# Options passed to make during the build process +MAKEOPTS="-j1" + +# Fetching command (5 tries, passive ftp for firewall compatibility) +FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}" +# Global configure options +FEATURES="ccache" +# C Compiler flags +CFLAGS="-O2 -pipe" +# C++ Compiler flags +CXXFLAGS=${CFLAGS} + +USE="slang readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips cobalt" + +ACCEPT_KEYWORDS="mips" + +COMPILER="gcc3" + |