[Bug 63] c++ compiler built even when --disable-bootstrap is given

via D.gnu d.gnu at puremagic.com
Sat Jun 14 08:25:09 PDT 2014


http://bugzilla.gdcproject.org/show_bug.cgi?id=63

Ketmar Dark <ketmar at ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ketmar at ketmar.no-ip.org

--- Comment #2 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
(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"

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20140614/40dc50ac/attachment.html>


More information about the D.gnu mailing list