aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/config-lang.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/config-lang.in')
-rw-r--r--gcc/d/config-lang.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/d/config-lang.in b/gcc/d/config-lang.in
index 0568b8d..00a71d6 100644
--- a/gcc/d/config-lang.in
+++ b/gcc/d/config-lang.in
@@ -19,10 +19,12 @@
# We define several parameters used by configure:
#
# language - name of language as it would appear in $(LANGUAGES)
+# boot_language - "yes" if we need to build this language in stage1
# compilers - value to add to $(COMPILERS)
language="d"
+boot_language=yes
compilers="d21\$(exeext)"
phobos_target_deps="target-zlib target-libbacktrace"