diff options
Diffstat (limited to 'gcc/ada/config-lang.in')
-rw-r--r-- | gcc/ada/config-lang.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ada/config-lang.in b/gcc/ada/config-lang.in index 9a9599d..331032b 100644 --- a/gcc/ada/config-lang.in +++ b/gcc/ada/config-lang.in @@ -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 |