<html>
    <head>
      <base href="http://bugzilla.gdcproject.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ketmar@ketmar.no-ip.org" title="Ketmar Dark <ketmar@ketmar.no-ip.org>"> <span class="fn">Ketmar Dark</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - c++ compiler built even when --disable-bootstrap is given"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=63">bug 63</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>ketmar@ketmar.no-ip.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - c++ compiler built even when --disable-bootstrap is given"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=63#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - c++ compiler built even when --disable-bootstrap is given"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=63">bug 63</a>
              from <span class="vcard"><a class="email" href="mailto:ketmar@ketmar.no-ip.org" title="Ketmar Dark <ketmar@ketmar.no-ip.org>"> <span class="fn">Ketmar Dark</span></a>
</span></b>
        <pre>(In reply to Brad Roberts from <a href="show_bug.cgi?id=63#c0">comment #0</a>)
<span class="quote">> I'd really like that time back.</span >
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"</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>