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

Stanisław Kardach kda at semihalf.com
Wed Jun 22 07:07:12 CEST 2022


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
-- 
Best Regards,
Stanisław Kardach


More information about the dev mailing list