diff options
author | 2003-10-08 00:45:05 +0000 | |
---|---|---|
committer | 2003-10-08 00:45:05 +0000 | |
commit | 146364b9e2218a52cb627c04a74713387139cc1f (patch) | |
tree | 0211e962b6f774438e1d45ab40a1ce911803e1a4 /profiles | |
parent | feature additions + bug fix (diff) | |
download | gentoo-2-146364b9e2218a52cb627c04a74713387139cc1f.tar.gz gentoo-2-146364b9e2218a52cb627c04a74713387139cc1f.tar.bz2 gentoo-2-146364b9e2218a52cb627c04a74713387139cc1f.zip |
Tweaked default use flags to remove unecessary cruft
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-mips-1.4/make.defaults | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/profiles/default-mips-1.4/make.defaults b/profiles/default-mips-1.4/make.defaults index 91f8ca778268..581f7944faac 100644 --- a/profiles/default-mips-1.4/make.defaults +++ b/profiles/default-mips-1.4/make.defaults @@ -9,20 +9,18 @@ CHOST=mips-unknown-linux-gnu PLATFORM=$CHOST # Options passed to make during the build process -MAKEOPTS="-j2" +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="-O3 -pipe" +CFLAGS="-O2 -pipe" # C++ Compiler flags CXXFLAGS=${CFLAGS} -USE="oss dvd xv slang readline gpm berkdb gdbm tcpd pam libwww ssl jpeg -nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde -motif opengl mozilla png truetype mips" +USE="slang readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips" ACCEPT_KEYWORDS="mips" |