On 5 July 2017 at 12:18, Johannes Pfau via D.gnu <d.gnu@puremagic.com> wrote: > Am Tue, 4 Jul 2017 23:05:23 +0200 > schrieb Johannes Pfau <nos...@example.com>: > >> I'll try to setup a local builder for debugging later this week or >> next weekend and see if I can reduce some bugs. > > The ARM config patch problem can be fixed by including > arm-protos.h: > > #include "config.h" > #include "system.h" > #include "coretypes.h" > #include "target.h" > #include "arm-protos.h" > #include "d/d-target.h" > #include "d/d-target-def.h" > > /* Implement TARGET_D_CPU_VERSIONS for ARM targets. */ > > > -- Johannes >
Hmm, ok. That should probably be tm_p.h then. I've s/target.h/tm.h/ in all patched sources. That's all we need to pull in for CPU related information. Iain.