Re: [PATCH 4/13] D: The front-end (GDC) config, makefile, and manpages.

2017-09-11 Thread Iain Buclaw
On 11 September 2017 at 18:05, Jeff Law wrote: > On 05/28/2017 03:12 PM, Iain Buclaw wrote: >> This patch adds the D frontend language configure make files, as >> described on the anatomy of a language front-end. >> >> --- >> >> >> 04-d-frontend-misc.patch >> >> > > >> + >> +You

Re: [PATCH 4/13] D: The front-end (GDC) config, makefile, and manpages.

2017-09-11 Thread Jeff Law
On 05/28/2017 03:12 PM, Iain Buclaw wrote: > This patch adds the D frontend language configure make files, as > described on the anatomy of a language front-end. > > --- > > > 04-d-frontend-misc.patch > > > + > +You can specify more than one input file on the @command{gdc} command line, >

[PATCH 4/13] D: The front-end (GDC) config, makefile, and manpages.

2017-05-28 Thread Iain Buclaw
This patch adds the D frontend language configure make files, as described on the anatomy of a language front-end. --- diff --git a/gcc/d/Make-lang.in b/gcc/d/Make-lang.in new file mode 100644 index 000..9618f5da8c0 --- /dev/null +++ b/gcc/d/Make-lang.in @@ -0,0 +1,274 @@ +# Make-lang.in