diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-12-12 20:28:52 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-12-12 20:28:52 +0000 |
commit | 2b60b2cb39dc367d809b732b35ed9d26fe9658c0 (patch) | |
tree | 731180d5429369e40fd0b6b3e83efd827b102831 /gcc/f/config-lang.in | |
parent | 2a50f859e32188399c7c11f64bebc2f7a3260e97 (diff) | |
download | gcc-2b60b2cb39dc367d809b732b35ed9d26fe9658c0.zip gcc-2b60b2cb39dc367d809b732b35ed9d26fe9658c0.tar.gz gcc-2b60b2cb39dc367d809b732b35ed9d26fe9658c0.tar.bz2 |
configure.in: Simplify language enabling/disabling code.
* configure.in: Simplify language enabling/disabling code.
* configure: Rebuilt.
* ch/config-lang.in (target_libs): Set.
(build_by_default): Set to no.
* cp/config-lang.in (target_libs): Set.
* f/config-lang.in (target_libs): Set.
* java/config-lang.in (target_libs): Set.
* objc/config-lang.in (target_libs): Set.
From-SVN: r38207
Diffstat (limited to 'gcc/f/config-lang.in')
-rw-r--r-- | gcc/f/config-lang.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/f/config-lang.in b/gcc/f/config-lang.in index 8189641..d0364a4 100644 --- a/gcc/f/config-lang.in +++ b/gcc/f/config-lang.in @@ -1,5 +1,5 @@ # Top level configure fragment for GNU FORTRAN. -# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc. #This file is part of GNU Fortran. @@ -33,3 +33,5 @@ compilers="f771\$(exeext)" stagestuff="g77\$(exeext) g77-cross\$(exeext) f771\$(exeext)" diff_excludes="-x f/BUGS -x f/NEWS -x f/INSTALL -x f/intdoc.texi" + +target_libs=target-libf2c |