diff options
author | Travis Tilley <lv@gentoo.org> | 2004-11-08 00:22:09 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-11-08 00:22:09 +0000 |
commit | 3baf73b905beb4a5ce427a1b970037f0dd2d1a89 (patch) | |
tree | 75f25c4ab8c883def9734aaa9c93932630b78726 /profiles/default-ppc-2004.0 | |
parent | Stable on x86 per security bug #70240 (Manifest recommit) (diff) | |
download | gentoo-2-3baf73b905beb4a5ce427a1b970037f0dd2d1a89.tar.gz gentoo-2-3baf73b905beb4a5ce427a1b970037f0dd2d1a89.tar.bz2 gentoo-2-3baf73b905beb4a5ce427a1b970037f0dd2d1a89.zip |
f77 -> fortran f77 in all profiles
Diffstat (limited to 'profiles/default-ppc-2004.0')
-rw-r--r-- | profiles/default-ppc-2004.0/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-ppc-2004.0/make.defaults b/profiles/default-ppc-2004.0/make.defaults index d8cb587e6ce5..754a5b403e82 100644 --- a/profiles/default-ppc-2004.0/make.defaults +++ b/profiles/default-ppc-2004.0/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 f77" +USE="dvd jpeg nls gif png truetype ppc fortran f77" |