summaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-24 20:18:00 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-24 20:18:00 +0000
commit75f488d09fee833e2f856c7342e5e3347c1667de (patch)
tree4515a27dd3454de865636b085dc1757ab873deed /gcc/configure.ac
parentfc75f6d94562b7d31dd7969885f9c76363707551 (diff)
downloadgcc-75f488d09fee833e2f856c7342e5e3347c1667de.tar.gz
* configure.ac (all_lang_makefiles): Remove everything related to it.
* configure: Regenerate. * Makefile.in: Fix reference to ada Make-lang.in. Remove support for LANG_MAKEFILES. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159795 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index a80900c7c44..fdb0d3025a2 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -4232,8 +4232,6 @@ all_compilers=
all_outputs='Makefile gccbug'
# List of language makefile fragments.
all_lang_makefrags=
-# List of language subdirectory makefiles. Deprecated.
-all_lang_makefiles=
# Additional files for gengtype
all_gtfiles="$target_gtfiles"
@@ -4327,9 +4325,6 @@ changequote([,])dnl
if test -f $srcdir/$gcc_subdir/$subdir-tree.def; then
lang_tree_files="$lang_tree_files $srcdir/$gcc_subdir/$subdir-tree.def"
fi
- if test -f ${srcdir}/$gcc_subdir/Makefile.in
- then all_lang_makefiles="$gcc_subdir/Makefile"
- fi
all_languages="$all_languages $language"
all_compilers="$all_compilers $compilers"
all_outputs="$all_outputs $outputs"
@@ -4435,7 +4430,6 @@ AC_SUBST(srcdir)
AC_SUBST(all_compilers)
AC_SUBST(all_gtfiles)
AC_SUBST(all_lang_makefrags)
-AC_SUBST(all_lang_makefiles)
AC_SUBST(all_languages)
AC_SUBST(all_selected_languages)
AC_SUBST(build_exeext)