From e4c9c07571387e0d377858d4ee578cece464bba6 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 11 Mar 2004 05:01:17 +0000 Subject: (top level) 2004-03-08 Paolo Bonzini PR ada/14131 Move language detection to the top level. * configure.in: Find default values for the tools as soon as possible. Disable ada if GNAT is not found. Emit error message about missing languages. Expand --enable-languages=all for the gcc subdirectory. (config) 2004-03-08 Paolo Bonzini PR ada/14131 Move language detection to the top level. * acx.m4 (ACX_PROG_GNAT): New macro, moved here from the gcc subdirectory. (gcc) 2004-03-08 Paolo Bonzini PR ada/14131 Move language detection to the top level. * configure.ac: Remove code to detect languages, it now lives exclusively in the top level. * aclocal.m4 (gcc_AC_PROG_GNAT): Moved to the top level, renamed to ACX_PROG_GNAT. (gcc/ada) 2004-03-08 Paolo Bonzini PR ada/14131 Move language detection to the top level. * config-lang.in: Build by default. From-SVN: r79299 --- gcc/ada/config-lang.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/ada/config-lang.in') diff --git a/gcc/ada/config-lang.in b/gcc/ada/config-lang.in index 331032b..9a9599d 100644 --- a/gcc/ada/config-lang.in +++ b/gcc/ada/config-lang.in @@ -39,9 +39,3 @@ gtfiles="\$(srcdir)/ada/ada-tree.h \$(srcdir)/ada/gigi.h \$(srcdir)/ada/decl.c \ outputs=ada/Makefile target_libs="target-libada" - -# The logic for determining whether there is a bootstrap Ada compiler -# available needs to be moved from gcc/configure to the toplevel configure, -# so that target-libada is not built when there is no bootstrap Ada compiler. -# Until then disable building this language by default. -build_by_default=no -- cgit v1.1