http://bugzilla.gdcproject.org/show_bug.cgi?id=63
Ketmar Dark <ket...@ketmar.no-ip.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ket...@ketmar.no-ip.org --- Comment #2 from Ketmar Dark <ket...@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.