summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-10-08 16:03:11 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-10-08 16:03:11 +0000
commit51901a2ba729cd1c1d80872c0e78de4d80f38bcb (patch)
tree8a38f97941c2352f8f44c5f400cf00ece47c1b27 /profiles/default-ppc-2004.2
parentNew revision. Includes a fix for the -q options (thanks to Christophe Saout <... (diff)
downloadgentoo-2-51901a2ba729cd1c1d80872c0e78de4d80f38bcb.tar.gz
gentoo-2-51901a2ba729cd1c1d80872c0e78de4d80f38bcb.tar.bz2
gentoo-2-51901a2ba729cd1c1d80872c0e78de4d80f38bcb.zip
add f77 to default flagset for all arches, as requested in bug #57396
Diffstat (limited to 'profiles/default-ppc-2004.2')
-rw-r--r--profiles/default-ppc-2004.2/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-ppc-2004.2/make.defaults b/profiles/default-ppc-2004.2/make.defaults
index ed8bdd1c20cd..d8cb587e6ce5 100644
--- a/profiles/default-ppc-2004.2/make.defaults
+++ b/profiles/default-ppc-2004.2/make.defaults
@@ -9,4 +9,4 @@ CXXFLAGS=${CFLAGS}
FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}"
MAKEOPTS="-j2"
PLATFORM=$CHOST
-USE="dvd jpeg nls gif png truetype ppc"
+USE="dvd jpeg nls gif png truetype ppc f77"