summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-04 02:50:40 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-04 02:50:40 +0000
commit651013a7562ada58ab188e1fa3c2e24627c97de3 (patch)
treefa1fb4134ecb7a1f90268a72948b6934a767866c /profiles/uclibc
parent+java-internal (diff)
downloadgentoo-2-651013a7562ada58ab188e1fa3c2e24627c97de3.tar.gz
gentoo-2-651013a7562ada58ab188e1fa3c2e24627c97de3.tar.bz2
gentoo-2-651013a7562ada58ab188e1fa3c2e24627c97de3.zip
we dont want no fortran
Diffstat (limited to 'profiles/uclibc')
-rw-r--r--profiles/uclibc/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/uclibc/make.defaults b/profiles/uclibc/make.defaults
index f1006417871d..4bbc013e308b 100644
--- a/profiles/uclibc/make.defaults
+++ b/profiles/uclibc/make.defaults
@@ -1,6 +1,6 @@
STAGE1_USE="uclibc"
GRP_STAGE23_USE="ncurses readline zlib uclibc"
-USE="ncurses readline zlib uclibc"
+USE="ncurses readline zlib uclibc -fortran"
CFLAGS="-Os"
CXXFLAGS="${CFLAGS}"