Comment # 2
on bug 63
from Ketmar Dark
(In reply to Brad Roberts from comment #0)
> I'd really like that time back.
you can get it with the following patch.
WARNING! only use it with "--disable-bootstrap --enable-languages=d"!
diff --git a/gcc/d/config-lang.in b/gcc/d/config-lang.in
index 0a76bea..68b2ada 100644
--- a/gcc/d/config-lang.in
+++ b/gcc/d/config-lang.in
@@ -30,7 +30,7 @@ target_libs="target-libphobos target-zlib
target-libbacktrace"
# The D frontend is written in C++, so we need to build the C++
# compiler during stage 1.
-lang_requires_boot_languages=c++
+#lang_requires_boot_languages=c++
gtfiles="\$(srcdir)/d/d-builtins.cc \$(srcdir)/d/d-lang.cc
\$(srcdir)/d/d-lang.h"