Re: [PATCH] config: Add check whether D compiler works (PR103528)

2021-12-19 Thread ibuclaw--- via Gcc-patches
> On 18/12/2021 22:30 Segher Boessenkool wrote: > > > On Fri, Dec 17, 2021 at 12:12:28AM +0100, Iain Buclaw wrote: > > Hi, > > > > This patch extends AC_PROG_GDC so that as well as checking for the > > existence of a GDC compiler, also validate that it has also been built > > with libphobos,

Re: [PATCH] config: Add check whether D compiler works (PR103528)

2021-12-18 Thread Segher Boessenkool
On Fri, Dec 17, 2021 at 12:12:28AM +0100, Iain Buclaw wrote: > Hi, > > This patch extends AC_PROG_GDC so that as well as checking for the > existence of a GDC compiler, also validate that it has also been built > with libphobos, otherwise warn or fail with the message that GDC is > required to

[PATCH] config: Add check whether D compiler works (PR103528)

2021-12-16 Thread Iain Buclaw via Gcc-patches
Hi, This patch extends AC_PROG_GDC so that as well as checking for the existence of a GDC compiler, also validate that it has also been built with libphobos, otherwise warn or fail with the message that GDC is required to build d. Tested on a system running powerpcle-linux both without a D