diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-04 02:50:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-04 02:50:40 +0000 |
commit | 651013a7562ada58ab188e1fa3c2e24627c97de3 (patch) | |
tree | fa1fb4134ecb7a1f90268a72948b6934a767866c /profiles/uclibc | |
parent | +java-internal (diff) | |
download | gentoo-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.defaults | 2 |
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}" |