config-lang.in: Disable Ada by default until probe logic for a bootstrap Ada compiler...
authorZack Weinberg <zack@codesourcery.com>
Fri, 13 Feb 2004 18:42:09 +0000 (18:42 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 13 Feb 2004 18:42:09 +0000 (18:42 +0000)
* config-lang.in: Disable Ada by default until probe logic for
a bootstrap Ada compiler can be moved to the top level configure
script.

From-SVN: r77765

gcc/ada/ChangeLog
gcc/ada/config-lang.in

index 6243ab2a799c0560b032c735e91eb643e45c2481..6a99f28b50706a34516e5d8efefbee0b7d92c144 100644 (file)
@@ -1,3 +1,9 @@
+2004-02-12  Zack Weinberg  <zack@codesourcery.com>
+
+       * config-lang.in: Disable Ada by default until probe logic for
+       a bootstrap Ada compiler can be moved to the top level configure
+       script.
+
 2004-02-12  Olivier Hainque  <hainque@act-europe.fr>
 
        * decl.c (components_to_record): Don't claim that the internal fields
index 9a9599dbf1b09b4cfb315b970b3068b8d4241f19..331032bfbabda407af374c193d80ff842ec4a63a 100644 (file)
@@ -39,3 +39,9 @@ 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