[PATCH 1/2] config: Use G++ as C++ compiler

Tyler Retzlaff roretzla at linux.microsoft.com
Wed Jun 22 18:05:40 CEST 2022


On Wed, Jun 22, 2022 at 07:07:12AM +0200, Stanisław Kardach wrote:
> On Tue, Jun 21, 2022 at 9:53 PM Tyler Retzlaff
> <roretzla at linux.microsoft.com> wrote:
> > <snip>
> > > -cpp = ['ccache', 'arm-linux-gnueabihf-cpp']
> > > +cpp = ['ccache', 'arm-linux-gnueabihf-g++']
> >
> > suggest the variable should be 'cxx' not 'cpp' (to be consistent with
> > other build systems in the linux world)
> The variable name is mandated by meson as it names C++ language "cpp"
> in other places:
> https://mesonbuild.com/Reference-tables.html#language-arguments-parameter-names

unfortunate the meson folks didn't do their research.

thanks for clarifying, you can disregard my suggestion then.

> -- 
> Best Regards,
> Stanisław Kardach


More information about the dev mailing list