Set-up Buildbot for GDC

Johannes Pfau via D.gnu d.gnu at puremagic.com
Wed Jul 5 03:18:28 PDT 2017


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



More information about the D.gnu mailing list