Re: [PATCH] 2/19 modula2 front end: Make-lang.in

2022-11-11 Thread Gaius Mulley via Gcc-patches
Richard Biener writes: >> +M2_MAINTAINER = no >> + >> +CPP_GM2=-fpermissive -DIN_GCC -g > > Do we really need -fpermissive here? no not needed (and now removed) - thanks for spotting it. >> +GM2_1 = ./gm2 -B./stage1/m2 -g -fm2-g >> + >> +GM2_FOR_TARGET = $(STAGE_CC_WRAPPER) ./gm2 -B./

Re: [PATCH] 2/19 modula2 front end: Make-lang.in

2022-11-11 Thread Richard Biener via Gcc-patches
On Mon, Oct 10, 2022 at 5:34 PM Gaius Mulley via Gcc-patches wrote: > > > > The makefile fragment for modula2 which builds the gm2 driver and cc1gm2. > > > --8<--8<--8<--8<--8<--8< > diff -ruw /dev/null gcc-git-devel-modula2/gcc/m2/Make-lang.in >

[PATCH] 2/19 modula2 front end: Make-lang.in

2022-10-10 Thread Gaius Mulley via Gcc-patches
The makefile fragment for modula2 which builds the gm2 driver and cc1gm2. --8<--8<--8<--8<--8<--8< diff -ruw /dev/null gcc-git-devel-modula2/gcc/m2/Make-lang.in --- /dev/null 2022-08-24 16:22:16.88870 +0100 +++