Re: GDC environment variable - solved, but new problem

2022-12-07 Thread Dave Blanchard
> Re GCC 9.1, however beware of > "stage1 d21 fails to link with GDC 9.1". Thanks for all who replied. Thanks especially for mentioning this problem, as my build did indeed fail with this error on GCC 9.3. I applied the fix and that's now resolved. Now I have the

Re: GDC environment variable

2022-12-07 Thread Thomas Schwinge
Hi! On 2022-12-07T12:05:18+0530, Ankur Saini via Gcc wrote: >> On 07-Dec-2022, at 11:42 AM, Dave Blanchard wrote: >> >> Is there an environment variable like 'CC' or 'CXX', which specifies the >> name of the D compiler to use, which I might need to set when bootstrapping >> GCC? Thanks. > > I

Re: GDC environment variable

2022-12-07 Thread Luís Ferreira via Gcc
I expect it to be `DC`. Original Message On 7 Dec 2022, 06:11, Dave Blanchard wrote: > Is there an environment variable like 'CC' or 'CXX', which specifies the name > of the D compiler to use, which I might need to set when bootstrapping GCC? > Thanks. -- Dave Blanchard

Re: GDC environment variable

2022-12-06 Thread Ankur Saini via Gcc
I do see make using ‘GDC' while building gcc compiler, maybe try changing that ? - Ankur > On 07-Dec-2022, at 11:42 AM, Dave Blanchard wrote: > > Is there an environment variable like 'CC' or 'CXX', which specifies the name > of the D compiler to use, which I might need to set when bootstrappi

Re: GDC

2008-05-21 Thread Joe Buck
On Wed, May 21, 2008 at 09:38:06PM +0400, Rohan wrote: > Is there any plan to merge GDC with GCC? Not at present. > I know that GDC package available separately, but I think it would be > much better to get in at one box. Now for adding support D language > needed to rebuild all GCC with GDC. If

Re: GDC

2008-05-21 Thread Tom Tromey
> "Rohan" == Rohan <[EMAIL PROTECTED]> writes: Rohan> Is there any plan to merge GDC with GCC? Rohan> I know that GDC package available separately, but I think it would be Rohan> much better to get in at one box. Now for adding support D language Rohan> needed to rebuild all GCC with GDC. Yo