Set-up Buildbot for GDC

Iain Buclaw via D.gnu d.gnu at puremagic.com
Wed Jul 5 15:50:28 PDT 2017


On 5 July 2017 at 12:18, Johannes Pfau via D.gnu <d.gnu at puremagic.com> wrote:
> Am Tue, 4 Jul 2017 23:05:23 +0200
> schrieb Johannes Pfau <nospam at 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.


More information about the D.gnu mailing list