summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2003-10-08 00:45:05 +0000
committerJoshua Kinard <kumba@gentoo.org>2003-10-08 00:45:05 +0000
commit41212abe2921d10c58d4cff1a5e74366c030e353 (patch)
treeddb6eba65c5631a960b906ac30e1511586ca8b9d /profiles
parentfeature additions + bug fix (diff)
downloadhistorical-41212abe2921d10c58d4cff1a5e74366c030e353.tar.gz
historical-41212abe2921d10c58d4cff1a5e74366c030e353.tar.bz2
historical-41212abe2921d10c58d4cff1a5e74366c030e353.zip
Tweaked default use flags to remove unecessary cruft
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-mips-1.4/make.defaults8
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"