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 | 51901a2ba729cd1c1d80872c0e78de4d80f38bcb (patch) | |
tree | 8a38f97941c2352f8f44c5f400cf00ece47c1b27 /profiles/default-mips-1.4 | |
parent | New revision. Includes a fix for the -q options (thanks to Christophe Saout <... (diff) | |
download | gentoo-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-mips-1.4')
-rw-r--r-- | profiles/default-mips-1.4/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-mips-1.4/make.defaults b/profiles/default-mips-1.4/make.defaults index 3b7b4763ffa9..e50b4241d354 100644 --- a/profiles/default-mips-1.4/make.defaults +++ b/profiles/default-mips-1.4/make.defaults @@ -20,6 +20,6 @@ CFLAGS="-O2 -pipe" # C++ Compiler flags CXXFLAGS=${CFLAGS} -USE="bitmap-fonts xprint slang readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips" +USE="bitmap-fonts xprint slang readline gpm berkdb f77 gdbm tcpd pam libwww ssl nls perl python sdl mips" ACCEPT_KEYWORDS="mips" |