[dmd-internals] DMD now requires a working D compiler to be build

David Nadlinger via Digitalmars-d digitalmars-d at puremagic.com
Sun Mar 8 16:48:30 PDT 2015


On Sunday, 8 March 2015 at 19:58:52 UTC, Walter Bright wrote:
> Hmm. That does leave us with the problem of bootstrapping it on 
> a new platform. That would suggest constraining it to be 
> compilable with 2.067.

Once you fix DMD so that it can cross-compile (or use GDC/LDC), 
this is no longer an issue. Well, if you do not have a C 
toolchain for cross-compilation on your system, linking would be 
a bit tricky, but it would still be doable.

It might be a mild inconvenience, but certainly not an 
insurmountable problem.

  — David


More information about the Digitalmars-d mailing list