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
commit223bcc0970a043f1f2a8f6afd5561ad08b64e9c9 (patch)
tree1336c815b47cca8f1aa6629e57f61fe268817992 /profiles/default-ppc-2004.1
parentNew revision. Includes a fix for the -q options (thanks to Christophe Saout <... (diff)
downloadhistorical-223bcc0970a043f1f2a8f6afd5561ad08b64e9c9.tar.gz
historical-223bcc0970a043f1f2a8f6afd5561ad08b64e9c9.tar.bz2
historical-223bcc0970a043f1f2a8f6afd5561ad08b64e9c9.zip
add f77 to default flagset for all arches, as requested in bug #57396
Diffstat (limited to 'profiles/default-ppc-2004.1')
-rw-r--r--profiles/default-ppc-2004.1/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-ppc-2004.1/make.defaults b/profiles/default-ppc-2004.1/make.defaults
index ed8bdd1c20cd..d8cb587e6ce5 100644
--- a/profiles/default-ppc-2004.1/make.defaults
+++ b/profiles/default-ppc-2004.1/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"