diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-10-08 16:03:11 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-10-08 16:03:11 +0000 |
commit | 223bcc0970a043f1f2a8f6afd5561ad08b64e9c9 (patch) | |
tree | 1336c815b47cca8f1aa6629e57f61fe268817992 /profiles/default-sparc-2004.0 | |
parent | New revision. Includes a fix for the -q options (thanks to Christophe Saout <... (diff) | |
download | historical-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-sparc-2004.0')
-rw-r--r-- | profiles/default-sparc-2004.0/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-sparc-2004.0/make.defaults b/profiles/default-sparc-2004.0/make.defaults index 0c106c228640..dc46e5c1365a 100644 --- a/profiles/default-sparc-2004.0/make.defaults +++ b/profiles/default-sparc-2004.0/make.defaults @@ -23,7 +23,7 @@ CFLAGS="-O2 -pipe" # C++ Compiler flags CXXFLAGS=${CFLAGS} -USE="arts berkdb bitmap-fonts crypt cups fbcon foomaticdb gdbm gtk gtk2 imlib jpeg kde gnome libwww mikmod motif mad mpeg ncurses nls opengl pam perl png python qt readline slang spell ssl tcpd truetype X xprint xv zlib" +USE="arts berkdb bitmap-fonts crypt cups f77 fbcon foomaticdb gdbm gtk gtk2 imlib jpeg kde gnome libwww mikmod motif mad mpeg ncurses nls opengl pam perl png python qt readline slang spell ssl tcpd truetype X xprint xv zlib" # The following USE flags are NOT recommended for sparc32 and might cause breakage... # mmx, 3dnow, sse, svga, gpm, |